analyze-repo
Analyze an existing repository's structure, conventions, and guardrails.
Show the blast radius of a ReasonNode or symbol — what depends on it, what breaks if it changes.
$ npx -y skills add alinaqi/claude-bootstrap --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/icpg-impactContext preview
What this command does when you run it.
Show the blast radius of a ReasonNode or symbol — what depends on it, what breaks if it changes.
Show the blast radius of a ReasonNode or symbol — what depends on it, what breaks if it changes.
---
`/icpg-impact <id-or-symbol>`
---
# If ReasonNode ID icpg query blast <id> # If symbol name icpg query risk <symbol-name> # Then get the creating reason from the output icpg query blast <creating-reason-id>
Format the output as:
BLAST RADIUS: <goal>
═══════════════════════════════════
Symbols ({N}):
function validateToken (src/auth/service.ts)
class AuthMiddleware (src/auth/middleware.ts)
...
Dependent Intents ({N}):
a1b2c3d4 — Dashboard user session management
e5f6g7h8 — Payment authorization flow
...
Contracts:
INV: file_exists("src/auth/middleware.ts")
POST: test_exists("src/auth/__tests__/service.test.ts")
Risk: {HIGH|MEDIUM|LOW} based on dependent count + drift historyIf high risk (>5 dependents or active drift):
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/claude-bootstrap
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.
Infer ReasonNodes from existing git commit history. One-time setup for existing codebases.
Run a full drift scan and display all unresolved drift events, grouped by dimension and sorted by severity.