understand
仓库创建 2026年3月15日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
自动化构建项目架构视图,便于探索与维护复杂代码库。
▸ 风险提示
需要访问代码库文件与git信息,可能读取敏感代码。
这个 Skill 做什么
分析代码库并生成可交互的知识图谱文件。
分析整个代码库并产出可交互的 knowledge-graph.json(放在 .ua/ 或 .understand-anything/),用来可视化架构、组件和相互关系。需要快速摸清大型项目结构或给新人上手时最有用。特别之处是生成可在仪表盘探索的结构化图谱,方便追踪依赖和理解全局。
▸ 展开 SKILL.md 英文原文
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
7.6w
Stars
6.4k
Forks
9
仓库内 Skill
+4.9k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/understand-anything-plugin/skills/understand/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/understand-anything-plugin/skills/understand/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /understand Analyze the current codebase and produce a `knowledge-graph.json` file in the project's data directory (`.ua/`, or the legacy `.understand-anything/` when it already exists). This file powers the interactive dashboard for exploring the project's architecture. ## Options - `$ARGUMENTS` may contain: - `--full` — Force a full rebuild, ignoring any existing graph - `--auto-update` — Enable automatic graph updates on commit (writes `autoUpdate: true` to `$UA_DIR/config.json`) - `--no-auto-update` — Disable automatic graph updates (writes `autoUpdate: false` to `$UA_DIR/config.json`) - `--review` — Run full LLM graph-reviewer instead of inline deterministic validation -
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有