-
Notifications
You must be signed in to change notification settings - Fork 0
Commands Reference
luiseiman edited this page Mar 21, 2026
·
3 revisions
All commands are invoked through /forge:
| Command | Description |
|---|---|
/forge init |
Quick-start: auto-detect stack, 3 questions, personalized config |
/forge bootstrap |
Full interactive bootstrap with preview and confirmation |
/forge bootstrap --profile minimal |
Only essentials (CLAUDE.md, settings.json, block-destructive) |
/forge bootstrap --profile full |
Everything including agent-memory seeds and warn-missing-test |
/forge sync |
Update config against current template (merge, not overwrite) |
/forge audit |
Score configuration 0-10 against 12-item checklist |
/forge diff |
Show what changed in claude-kit since last sync |
/forge reset |
Restore .claude/ from template with backup + rollback |
/forge insights |
Analyze past sessions for patterns and recommendations |
/forge rule-check |
Detect inert rules by cross-referencing globs vs git history |
/forge benchmark |
Compare full config vs minimal on standardized tasks |
/forge plugin |
Generate Claude Code plugin package for marketplace |
/forge unregister |
Remove project from registry (keeps project config) |
/forge export <target> |
Export config to cursor, codex, windsurf, or openclaw |
| Command | Description |
|---|---|
/forge global sync |
Auto-update claude-kit (git pull) + sync ~/.claude/
|
/forge global status |
Show state of ~/.claude/ vs template |
/forge status |
Multi-project dashboard with scores and trends |
/forge version |
Show claude-kit version |
| Command | Description |
|---|---|
/forge capture "text" |
Record an insight in practices/inbox/; no args → auto-detect mode (analyzes context, proposes insight, Y/n/edit) |
/cap |
Alias for /forge capture
|
/forge update |
Process inbox → evaluate → incorporate |
/forge watch |
Check for updates in Anthropic docs |
/forge scout |
Review curated repos for patterns |
/forge inbox |
List pending practices |
/forge pipeline |
Show practices lifecycle status |
| Component | minimal | standard | full |
|---|---|---|---|
| CLAUDE.md + settings.json | ✓ | ✓ | ✓ |
| Hook block-destructive | ✓ | ✓ | ✓ |
| Rules (_common + stack) | ✓ | ✓ | ✓ |
| Hook lint-on-save | — | ✓ | ✓ |
| Commands (audit, health, debug, review) | — | ✓ | ✓ |
| Agents (7) + orchestration | — | ✓ | ✓ |
| CLAUDE_ERRORS.md | — | ✓ | ✓ |
| Hook warn-missing-test | — | — | ✓ |
| agent-memory/ seed files | — | — | ✓ |