بنقرة واحدة
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.