Template for creating new skills - copy this as starting point
This is a template for creating new skills. Copy this directory as a starting point for your own skills.
When to use this template:
Replace this section with trigger phrases that activate your skill:
Replace this with step-by-step instructions for the AI agent.
Describe what the AI should do:
Example:
# Example command or code
echo "Hello, World!"
Continue with next step...
Describe expected output:
{
"result": "expected structure",
"status": "success"
}
User Input:
User: "[example user request]"
AI Response:
[Expected AI behavior]
1. First, analyze...
2. Then, implement...
3. Finally, verify...
Result:
[Expected outcome]
Scenario: More complex situation
User Input:
User: "[complex request]"
AI Response:
[Detailed step-by-step behavior]
Document what NOT to do:
If your skill needs configuration, document it here:
# .agents/skills/your-skill/config.yaml