analyze-repo
Analyze an existing repository's structure, conventions, and guardrails.
Infer ReasonNodes from existing git commit history. One-time setup for existing codebases.
$ npx -y skills add alinaqi/maggy --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/icpg-bootstrapContext preview
What this command does when you run it.
Infer ReasonNodes from existing git commit history. One-time setup for existing codebases.
Infer ReasonNodes from existing git commit history. One-time setup for existing codebases.
---
`/icpg-bootstrap [--days N]`
Default: 90 days of history.
---
icpg init
icpg bootstrap --days 90 --verbose
If no LLM API key available:
icpg bootstrap --days 90 --verbose --no-llm
iCPG BOOTSTRAP COMPLETE
═══════════════════════
History scanned: {N} days ({M} commits)
Commit clusters: {K}
ReasonNodes created: {R}
Symbols linked: {S}
Duplicates skipped: {D}
TOP INFERRED INTENTS:
1. [0.80] "Add JWT authentication" — 12 symbols, 5 files
2. [0.75] "Refactor payment processing" — 8 symbols, 3 files
3. [0.65] "Fix rate limiting bug" — 3 symbols, 2 files
...
LOW CONFIDENCE (review recommended):
- [0.55] "Update dependencies" — may be too generic
- [0.50] "Misc fixes" — commit message unclearAsk the user: > {N} ReasonNodes were inferred from git history. > {M} are low-confidence and may need review. > > Would you like to: > 1. Keep all (proceed with current quality) > 2. Review low-confidence intents (I'll show each one) > 3. Run drift scan now (`icpg drift check`)
icpg drift check
Show any immediate drift detected.
Turn Claude Code into a self-reviewing, test-enforced engineering system that remembers context across sessions — then route work across 13 models from a single dashboard.
Repo: alinaqi/maggy
Analyze an existing repository's structure, conventions, and guardrails.
Full dynamic analysis of workspace topology, dependencies, and contracts.
Build-in-Public — generate posts from your engineering work, anonymize, and schedule via Buffer
Checks who's working on the project and optionally converts to a multi-person project with team state management.
Run a full drift scan and display all unresolved drift events, grouped by dimension and sorted by severity.
Show the blast radius of a ReasonNode or symbol — what depends on it, what breaks if it changes.