template-skilllisted
Install: claude install-skill Vivswan/skills
# 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
1. Describe the first thing the agent should do.
2. Describe the main workflow steps.
3. 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.