What problem does it solve? After generating a knowledge graph of a codebase, developers need a way to explore it visually instead of reading raw JSON. This Skill starts the Understand Anything dashboard so you can browse the graph in your browser. ## Core Features & Use Cases - Graph Visualization: Serves an interactive web dashboard that renders the knowledge-graph.json produced by the /understand analysis. - Fast Prebuilt Viewer: Downloads a version-pinned, self-contained viewer from GitHub releases, avoiding local installs and builds when available. - Fallback Dev Server: Falls back to installing dependencies with pnpm and running a Vite dev server pointed at the project's graph directory. - Use Case: After running /understand on a legacy repository, launch the dashboard to visually trace module dependencies and share the tokenized URL with a teammate. ## Quick Start Ask the assistant to start the Understand Anything dashboard for the current project so you can explore its knowledge graph in the browser.