understand-onboard

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

快速把代码与上下游知识结构化为新人可读的入职材料。

这个 Skill 做什么

从项目知识图谱生成全面的入职指南。

从项目的 knowledge graph 自动生成全面的入职指南,包含项目概览、关键文件/模块、复杂度标注和上下手路线。新同事加入或需要快速熟悉代码库、设计决策时用,能把散落的信息整合成可读的上手手册。特别之处是基于图谱的节点和标签生成有结构的入职步骤,便于不同角色快速定位重点。

▸ 展开 SKILL.md 英文原文

Use when you need to generate an onboarding guide for new team members joining a project

开发编程入职指南知识图谱项目文档通用
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-onboard/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/understand-anything-plugin/skills/understand-onboard/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /understand-onboard

Generate a comprehensive onboarding guide from the project's knowledge graph.

## 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, article, entity, topic, claim, source
  - IDs use the node type as prefix, e.g. `file:path`, `function:path:name`, `config:path`, `art
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有