con un clic
example-skill
Example skill demonstrating the skill system
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Example skill demonstrating the skill system
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use to reconstruct PonyBunny failure paths from logs, traces, state, and runtime evidence in order to identify the first bad transition.
Use when writing ADRs, migration notes, harness principles, verification records, or other technical documentation for PonyBunny.
Use to generate high-signal evaluation cases for PonyBunny changes, including success paths, failure modes, edge cases, and regression-sensitive behaviours.
Use when defining or reviewing runtime events, lifecycle payloads, and event-order expectations for PonyBunny.
Use when designing or reviewing PonyBunny as a harness-first system, especially around boundaries, evaluation flow, observability, and migration structure.
Use when mapping PonyBunny's current state against harness-first best-practice gaps and turning those gaps into actionable engineering inputs.
| name | example-skill |
| description | Example skill demonstrating the skill system |
| version | 1.0.0 |
| author | PonyBunny Team |
| tags | ["example","demo"] |
| phases | ["execution","verification"] |
| requiresApproval | false |
| userInvocable | true |
| disableModelInvocation | false |
This is an example skill that demonstrates the PonyBunny skill system.
This skill shows how to:
When the agent is in the execution or verification phase, this skill becomes available.
read tool to load this SKILL.md# Step 1: Analyze the requirement
echo "Analyzing task requirements..."
# Step 2: Execute the work
npm test
# Step 3: Verify results
echo "Verification complete"