Coding

workspace-ping

Try it

A simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.

What it does

A simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.

The skill document

Workspace Ping Skill

A minimal demo skill for testing digital resource ingestion pipelines.

What it does

The skill defines a simple ping/pong business process: given an input message, it returns the same message prefixed with "pong: ".

Basic usage

# From the workspace shell
echo '{"message": "hello"}' | ping-process

Workflow steps

  1. Receive JSON input with a message field
  2. Echo "pong: " to stdout
  3. Exit 0 on success, non-zero on invalid input

Example

echo '{"message": "test"}' | ping-process
# Output: pong: test

This skill is intended as a sample digital asset for testing upload/ingestion workflows into resource registries.

Related skills

A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.

1 installs

A demonstration skill for content ingestion workflows. Checks a workspace folder for text/markdown assets, generates a simple inventory report, and prints a summary. Useful as a minimal example for pipeline-driven publishing.

2 installs

Demo skill created to test the workflow of content ingestion from creation to publication. Use when learning how skills are structured and published.

1 installs

Discover, install, update, or create the right skill when a workflow gap appears. Use when a task is repetitive, a role lacks a reliable procedure, an existi...

37 installs1 stars

Fixed-string status responder for integration smoke tests. When a user or CI harness asks for a heartbeat check, this skill returns a deterministic token so end-to-end skill loading can be verified without side effects.

1 installs

Demo skill that turns a raw digital-content file (e.g. a markdown note) into a reusable skill package. Given a source file, it builds a SKILL.md, extracts me...

1 installs