understand-dashboard
/understand-dashboard
Start the Understand Anything dashboard to visualize the knowledge graph for the current project.
Instructions
-
Determine the project directory:
- If
$ARGUMENTScontains a path, use that as the project directory - Otherwise, use the current working directory
- If
-
Check that
.understand-anything/knowledge-graph.jsonexists in the project directory. If not, tell the user:No knowledge graph found. Run /understand first to analyze this project. -
Find the dashboard code. The dashboard is at
packages/dashboard/relative to this plugin's root directory. Check these paths in order and use the first that exists:${CLAUDE_PLUGIN_ROOT}/packages/dashboard/(Claude Code runtime root, highest priority)~/.understand-anything-plugin/packages/dashboard/(universal symlink, all installs)- Two levels up from
~/.agents/skills/understand-dashboardreal path (self-relative fallback)
More from lum1104/understand-anything
understand
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
243understand-onboard
Use when you need to generate an onboarding guide for new team members joining a project
213understand-explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
210understand-chat
Use when you need to ask questions about a codebase or understand code using a knowledge graph
209understand-diff
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks
202understand-domain
Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
124