Интерактивный граф зависимостей кодовой базы
★ 7.1 · vibe-coding
understand-dashboard is a Claude Code skill that launches an interactive web dashboard for visualizing a codebase's knowledge graph as part of the Understand Anything ecosystem. It accepts an optional project path, locates `knowledge-graph.json` in the `.ua/` or `.understand-anything/` directory, and first attempts a fast path by running a prebuilt viewer via `npx` — no dependency install or build required. If no release asset is available for the installed plugin version, it falls back to installing dependencies with pnpm, building the `@understand-anything/core` package, and starting a Vite dev server. Ideal for developers who need to explore project architecture, module dependencies, and components visually in the browser rather than reading source code directly.
- #visualization
- #knowledge-graph
- #dashboard
- #codebase-analysis
- #interactive-ui