| name | skill-name |
| description | Use this skill when the user asks to "specific trigger phrase", "another realistic trigger", or needs a clearly defined workflow that this skill handles better than general agent behavior.
|
| license | MIT |
| metadata | {"version":"0.1.0"} |
Skill Name
State what this skill does in one short paragraph. Keep it focused on behavior
the agent should change, not background the model already knows.
When To Use
Use this skill when:
- The user asks for the named workflow directly.
- The task needs the conventions, checks, or output format defined here.
- A near-miss phrase clearly implies this workflow.
Do not use this skill for adjacent tasks that do not need these instructions.
Workflow
- Gather only the information required to proceed.
- Follow the domain-specific steps for this skill.
- Produce the expected output format.
- Note assumptions when the user did not provide enough detail.
Output
Describe the output shape here. Prefer a concise template or example over a
long explanation.
References
Add references only when needed:
references/REFERENCE.md for detailed domain material.
scripts/ only for deterministic reusable commands.
assets/ only for files used in final outputs.