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.
How 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.
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.
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.
Reference for code-review-graph MCP queries: graph freshness, embedding setup, semantic search, and targeted queries. Other skills call graph tools inline via ToolSearch.
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.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composure