원클릭으로
understand-dashboard
Open the AstrBot Plugin Page dashboard for an Understand Anything graph
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open the AstrBot Plugin Page dashboard for an Understand Anything graph
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract business domain knowledge from a codebase as constrained DomainAnalysisIR. The AstrBot runtime compiler turns that IR into the final domain graph.
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
Use when you need to ask questions about a codebase or understand code using a knowledge graph
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
| name | understand-dashboard |
| description | Open the AstrBot Plugin Page dashboard for an Understand Anything graph |
| argument-hint | ["project-path"] |
Open the bundled AstrBot Plugin Page dashboard for the current project's .understand-anything/knowledge-graph.json.
Determine the project directory:
$ARGUMENTS contains a path, use that as the project directory.Check that .understand-anything/knowledge-graph.json exists in the project directory. If not, tell the user:
No knowledge graph found. Run /understand first to analyze this project.
Use the AstrBot plugin layout:
<PLUGIN_ROOT><PLUGIN_ROOT>/understand-anything<PLUGIN_ROOT>/understand-anything/packages/dashboard<PLUGIN_ROOT>/pages/dashboardIf <PLUGIN_ROOT>/pages/dashboard/index.html is missing, build it from the bundled runtime:
cd <PLUGIN_ROOT>/understand-anything
pnpm install --frozen-lockfile
pnpm --filter @understand-anything/core build
pnpm --filter @understand-anything/dashboard build
rm -rf <PLUGIN_ROOT>/pages/dashboard/*
cp -R <PLUGIN_ROOT>/understand-anything/packages/dashboard/dist/* <PLUGIN_ROOT>/pages/dashboard/
Report to the user:
Open AstrBot WebUI, go to plugin `astrbot_plugin_UnderstandAnything`, then open the `dashboard` Page.
Viewing: <project-dir>/.understand-anything/knowledge-graph.json
project_path in the Plugin Page URL when opening a graph for a specific project.