skill-forge
Installation
SKILL.md
skill-forge
The skill of skills, for skills. Builds new ones, refines existing ones, and mines chat transcripts for what to build next.
When to invoke
Three modes. Pick by what the user says.
| Mode | Triggers | What it does |
|---|---|---|
| forge | "skill-forge a thing that does X", "forge a skill that ...", "build me a skill for ..." | Ask 2-3 clarifying questions, scaffold ~/.claude/skills/<name>/SKILL.md from the template, open PR to mphinance/alpha-skills. |
| audit | "skill-forge audit", "skill audit", "/skill-forge", "what skills should I build" | Run the miner over ~/.claude/projects/**/*.jsonl, present reports/latest.md, ask which candidates to forge or refine. |
| refine | "refine my skills", "skill-forge refine ", "improve the skill" | Propose additive-only changes (new trigger phrase, new example, new section) to an existing skill. Opens PR with diff. |