Help us improve
Share bugs, ideas, or general feedback.
From composure
Builds or updates the code review knowledge graph, generates a standalone HTML visualization, and opens it in the browser. Run to initialize or let hooks auto-update.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureHow this skill is triggered — by the user, by Claude, or both
Slash command
/composure:build-graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build or incrementally update the persistent code knowledge graph, generate a standalone HTML visualization, and open it in the browser.
Opens code review graph visualization in browser as self-contained HTML file. Regenerates if graph updated since last generation. No dev server needed.
Builds or incrementally updates the repository code knowledge graph for review. Use for initial setup, after refactors or branch switches; supports Python, TypeScript/JS, Go; SQLite storage.
Dispatches code-review-graph queries as an agent: ensures graph freshness/embeddings, runs semantic search, feature exploration, impact analysis, and git-based review context.
Share bugs, ideas, or general feedback.
Build or incrementally update the persistent code knowledge graph, generate a standalone HTML visualization, and open it in the browser.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure build-graph {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.