Convert anything into a Claude Code skill — a design system, workflow, checklist, convention guide, or repeatable procedure.
npx mk-skill
This is a meta-skill: it teaches Claude the 3-step process for skill creation (identify pattern → extract invariant rules → write SKILL.md). Use /make-skill in Claude Code whenever you have something worth reusing.
npx mk-skillOr manually:
git clone https://github.com/manishindiyaar/make-skill.git ~/.claude/skills/make-skillIn Claude Code, point at anything and say:
/make-skill "our PR review checklist"
/make-skill "the way we write API routes"
/make-skill "my deploy workflow"
Claude will extract the rules and create a reusable skill.
npx mk-skill removeMIT