# Skill Creator

> Create focused, reusable Claude Code skills from repeated workflows, review patterns, debugging playbooks, and team conventions.

- Skill: `arogyareddy/skill-creator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arogyareddy/skill-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arogyareddy/skill-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: arogyareddy (https://skillmd.com/u/arogyareddy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/arogyareddy/skill-creator

---


# 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
1. Define the trigger: when should Claude use the skill?
2. Define the outcome: what good output looks like.
3. Write a short description optimized for discoverability.
4. Add a step-by-step workflow.
5. Add output format guidance.
6. Keep the scope narrow.
7. 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


