一键导入
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 职业分类
| 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.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