| name | {{SKILL_ID}} |
| description | Step-by-step workflow for {{SKILL_NAME}} tasks. Update this description to say what the skill does and when the agent uses it. |
{{SKILL_NAME}}
Use this section to summarize what the skill does and the outcome it
produces. Keep the body focused on instructions the agent follows.
When to Use This Skill
Use this skill when you need to:
- Run a {{SKILL_NAME}} task from start to finish
- Update this list with the concrete scenarios the skill covers
Implementation Steps
Step 1: Check Inputs
Check which files, arguments, and context the task requires — update
this step to include the specific inputs (for example config.yaml).
Step 2: Perform the Task
Update these steps with the actual workflow the skill performs. Keep
each instruction specific, and include the exact commands to run (for
example make test).
Examples
Example 1: Run the Basic Workflow
Include a typical request here, and update it with the steps the agent
takes to handle it.