understand-chat

仓库创建 2026年3月15日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

能基于结构化图谱快速回答代码相关问题,适合代码浏览与新人引导。

这个 Skill 做什么

使用项目内的知识图谱对代码库提问并生成答案与上下文引用。

用项目里预先生成的 knowledge graph 来问代码库相关问题,直接给出答案并标注来源上下文。想快速理解某个模块、追踪实现来源或评估改动影响时用它,省得手动翻很多文件。特别之处是基于项目级的图谱能把答案和相关文件位置一并引用,便于复查和定位。

▸ 展开 SKILL.md 英文原文

Use when you need to ask questions about a codebase or understand code using a knowledge graph

开发编程知识图谱代码理解问答通用
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-chat/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/understand-anything-plugin/skills/understand-chat/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /understand-chat

Answer questions about this codebase using the knowledge graph in the project's data directory (`.ua/knowledge-graph.json`, or the legacy `.understand-anything/knowledge-graph.json` when that directory is present).

## Graph Structure Reference

The knowledge graph JSON has this structure:
- `project` — {name, description, languages, frameworks, analyzedAt, gitCommitHash}
- `nodes[]` — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?}
  - Code node types: file, function, class, module, concept
  - Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource
  - Domain/knowledge node types: domain, flow, step, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有