understand-dashboard

Launch a local Vite dev server to visualize the project knowledge graph.

6|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kmshihab7878/claude-code-setup --skill understand-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: understand-dashboard
Source: https://github.com/kmshihab7878/claude-code-setup/tree/main/skills/understand-dashboard
Command: npx skills add https://github.com/kmshihab7878/claude-code-setup --skill understand-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch the Understand Anything dashboard to visualize the knowledge graph for the current project.

Core Features & Use Cases

  • Visualize relationships and dependencies within a codebase by rendering a live knowledge graph from the project data.
  • Start a local dashboard server that discovers the knowledge-graph.json in the project directory and provides an interactive exploration UI.
  • Use cases include debugging architecture, onboarding new contributors, and auditing module relationships across packages.

Quick Start

Launch the Understand Anything dashboard for your project directory and let it run in the background.

Frequently Asked Questions about understand-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize a project's knowledge graph using a local development server?

You can visualize a project's knowledge graph by launching the Understand Anything dashboard, which discovers the knowledge-graph.json in your project directory and renders an interactive exploration UI via a local Vite development server.

What is the best way to inspect codebase dependencies and module relationships for onboarding?

Visualizing the knowledge graph is an effective way to inspect codebase dependencies and module relationships, helping new contributors understand architecture and audit relationships across packages through an interactive UI.

How do I start the dashboard to visualize my project's architecture?

To start the dashboard, locate the packages/dashboard directory, install dependencies using pnpm, and start the Vite development server to render the live knowledge graph for your current project.

Do I need pnpm to run the dashboard visualization?

Yes, installing dependencies with pnpm is required to set up and start the Vite development server that launches the dashboard for visualizing your project's knowledge graph.

Can I use the dashboard to debug architecture across multiple packages?

Yes, the dashboard renders a live knowledge graph from your project data, allowing you to debug architecture and audit module relationships across multiple packages within your codebase.

What should I do if the dashboard cannot find my project data to visualize?

The dashboard requires a knowledge-graph.json file in the project directory; ensure this file exists before starting the Vite development server so the visualization UI can correctly discover and render your codebase relationships.