Skill Template
Copy this file, then replace the frontmatter, title, and content with your real skill.
When to Use
Use this skill when:
- Users ask for this workflow directly
- The task matches your trigger phrases
- The skill provides reusable process knowledge or scripts
Example trigger phrases:
- "keyword 1"
- "keyword 2"
- "keyword 3"
Workflow
- Gather required inputs (paths, IDs, environment details)
- Inspect the target files or project structure
- Apply the skill's repeatable process
- Verify results and summarize changes
Resources
Use bundled resources when needed:
scripts/for deterministic automationreferences/for detailed documentationassets/for templates or output resources
Code Examples
// Example code
fun example() {
// Your code here
}
Checklist
Before marking work complete:
- Inputs confirmed
- Changes applied
- Results verified