| name | skill-creator |
| description | Create focused, reusable Claude Code skills from repeated workflows, review patterns, debugging playbooks, and team conventions. |
Skill Creator
Use this to turn recurring prompts or engineering routines into reusable Claude Code skills.
When a new skill is justified
- The workflow repeats often.
- The output format should stay consistent.
- The team has standards worth encoding.
- The task has a stable sequence or checklist.
Workflow
- Define the trigger: when should Claude use the skill?
- Define the outcome: what good output looks like.
- Write a short description optimized for discoverability.
- Add a step-by-step workflow.
- Add output format guidance.
- Keep the scope narrow.
- Test on 2-3 real examples and refine.
Good custom skills for this stack
- playwright-flake-hunter
- api-contract-review
- regression-test-writer
- bugfix-rca
- pr-risk-audit
- release-hardening
Output format
- Skill purpose
- Trigger phrases
- SKILL.md draft
- Example usage prompts
- Improvement ideas after trial runs