| name | your-skill-name |
| description | Describe what this skill does and when an agent should use it. Include likely user wording, task type, and activation cues. |
| license | MIT |
| metadata | {"author":"your-name","version":"0.1.0"} |
Your Skill Name
Purpose
State the job this skill helps an agent perform.
When to use
- Use when the user asks for...
- Use when the task involves...
- Do not use when...
Inputs expected
- Required context
- Optional context
- Assumptions to verify
Workflow
Step 1: Understand the request
Explain how the agent should establish context before acting.
Step 2: Execute the work
Describe the default workflow in ordered, concrete terms.
Step 3: Verify the result
Explain how the agent should check that the task is complete.
Output
Describe the expected final result, format, or artifacts.
Constraints
- Call out important limits.
- Include escalation conditions if the agent should stop and ask.
References
references/REFERENCE.md for deeper guidance
scripts/example.sh if this skill includes automation