Template Skill
Replace this file after copying the template into skills/<your-skill-name>/.
When to Use
Describe the kinds of prompts or situations that should activate this skill.
- "example trigger one"
- "example trigger two"
Workflow
- Describe the first thing the agent should do.
- Describe the main workflow steps.
- Describe how the skill should report results back to the user.
Fallback Without MCP
If this skill later gains MCP integrations, keep a fallback workflow here that still works with plain file reads, shell commands, or reasoning alone.
References
Link to any files in references/ that the skill may load when needed.