Spins up a local Vite dashboard to visualize the knowledge graph generated by the understand skill. It looks for the .understand-anything/knowledge-graph.json file in your project, handles a bunch of path resolution logic to find the dashboard code across different install locations, builds dependencies if needed, and starts the dev server with a tokenized URL. The token part matters because without it you hit an access gate. Useful when you want to explore relationships in a codebase visually rather than reading JSON or asking Claude to explain the graph structure. Background process, so you can keep working while it runs.
npx skills add https://github.com/lum1104/understand-anything --skill understand-dashboard