Help us improve
Share bugs, ideas, or general feedback.
From composure
Opens code review graph visualization in browser as self-contained HTML file. Regenerates if graph updated since last generation. No dev server needed.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureHow this skill is triggered — by the user, by Claude, or both
Slash command
/composure:view-graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open the standalone graph visualization in the browser. No dev server needed — the visualization is a self-contained HTML file.
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.
Dispatches code-review-graph queries as an agent: ensures graph freshness/embeddings, runs semantic search, feature exploration, impact analysis, and git-based review context.
Launches interactive web dashboard via Vite to visualize codebase knowledge graph from .understand-anything/knowledge-graph.json. Requires prior /understand analysis; auto-opens browser.
Share bugs, ideas, or general feedback.
Open the standalone graph visualization in the browser. No dev server needed — the visualization is a self-contained HTML file.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure view-graph {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.