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.
How 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.
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.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureOpens 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.
Builds a local knowledge graph of code, docs, and mixed media using tree-sitter extraction and LLM-based relationship inference. Query via CLI commands instead of reading raw files.