codegraph_html
Generate an interactive HTML graph of a codebase from its root. Includes dark theme, search, community toggle, and click-to-inspect node panel; also creates GraphML and Obsidian vault files.
Instructions
Generate interactive vis.js HTML graph visualization. Dark theme, search box, community toggle, click-to-inspect node panel. Outputs codegraph-cache/graph.html. Also generates graph.graphml and obsidian/ vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project root | |
| formats | No | Formats to generate: html, graphml, obsidian, tree, callflow (default: all) |