Your Skill Name
When to use
- Describe the task types this skill is for.
- Describe the user signals that should trigger it.
- Describe the boundaries of the skill.
Resource map
references/...: Add focused reference docs when needed.scripts/...: Add deterministic helper scripts when repeated logic is needed.assets/...: Add templates or output assets only when they are part of the result.
Workflow
- Load only the references needed for the current task.
- Prefer deterministic scripts for fragile or repetitive steps.
- Keep outputs stable and easy to verify.
- State important fallbacks explicitly.
Validation
- Check that outputs are structurally correct.
- Check that filenames and paths are stable.
- State any skipped steps or missing tooling.