| 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 |
Example Skill
This is an example skill that demonstrates the PonyBunny skill system.
Purpose
This skill shows how to:
- Structure a skill with frontmatter metadata
- Define which phases can use this skill
- Make skills user-invocable
- Include skills in model prompts
Usage
When the agent is in the execution or verification phase, this skill becomes available.
Steps
- Identify the task: Check if this skill applies to the current work item
- Read this file: The agent should use the
read tool to load this SKILL.md
- Follow instructions: Execute the steps defined below
Example Task Flow
echo "Analyzing task requirements..."
npm test
echo "Verification complete"
Constraints
- Only use this skill when explicitly needed
- Always verify results before marking complete
- Escalate if requirements are unclear
Success Criteria