What problem does it solve?
It turns your existing repository into actionable Claude Code skills by scanning for real domain evidence (routes, models, tests, and vocabulary) and generating targeted command-style skill files you can run in Claude Code.
Core Features & Use Cases
- Domain detection from code evidence: identifies the best-fit domain by scanning endpoint files, schema/model files, tests, and README noun phrases.
- Experience-aware generation: uses prior
/project:evolve outputs from .claude/forge-experience.md to avoid duplicates and to prioritize known missing skills or improve flagged ones.
- Skill file synthesis with grounded evidence: generates
.claude/commands/*.md skills whose templates include concrete file/method/route evidence rather than placeholders.
- Safe iteration controls: supports
--dry-run for previewing generated content and --domain NAME to force a domain when detection is uncertain.
Quick Start
Run /project:skill residential --dry-run to preview the domain-detected skill files that would be generated for a residential domain without writing anything.