A Claude Code skill that helps you create, extract, and update other skills.
- Fresh Build — interactive walkthrough to create a new skill from scratch
- Extract from Session — mines your current conversation to auto-generate a skill from what you just did
- Update Existing — reads an existing skill and applies targeted improvements based on session context
Built following Anthropic's Complete Guide to Building Skills for Claude.
git clone https://github.com/paymog/skill-builder ~/.claude/skills/skill-builder$skill-installer install https://github.com/paymog/skill-builder
Or manually clone:
git clone https://github.com/paymog/skill-builder ~/.agents/skills/skill-builderTrigger phrases:
- "create a skill" / "build a skill" / "new skill"
- "turn this into a skill" / "extract a skill from this" / "skillify"
- "update the X skill" / "fix the X skill"
SKILL.md # Main skill instructions (3 modes + validation)
references/
patterns.md # 5 skill patterns from Anthropic's guide
MIT