with one click
yao-knowledge-hskill
构建和维护领域知识图谱,帮助团队整理概念关系、术语定义和知识体系。支持技术、产品、业务等多种知识域。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
构建和维护领域知识图谱,帮助团队整理概念关系、术语定义和知识体系。支持技术、产品、业务等多种知识域。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate evidence-aware positioning reports for personal IPs, courses, products, services, brands, or companies by combining positioning theory, course-marketing analysis, user intent, competitor research, market demand, and verifiable advantages. Use when users ask for 定位、差异化分析、优势分析、心智定位、品类定位、竞品定位研究、定位报告或再定位建议. Do not use for slogan-only copywriting, generic marketing ideas, standalone market research without a positioning recommendation, or brand knowledge-base construction.
Create expert-level learning reports and tutorials from any domain, industry, technology, role, market, product idea, or vague field question. Use when the user wants to quickly build domain expertise, understand an industry, generate a structured expert study report, build a keyword library, design Feynman self-tests, or export the result as Markdown, DOCX, PDF, and HTML. Do not use for short factual answers, pure business model diagnosis, standalone beginner tutorials with no domain-structure research, simple file conversion, or unsourced opinion writing.
Create standalone beginner tutorial packages from a topic or supplied references, with adaptive research, course-style outline design, chapter visuals, and Markdown/DOCX/PDF/HTML exports. Use for textbook-like tutorials, course guides, teaching documents, or long beginner guides; not for quick answers, link summaries, pure diagrams, or file conversion.
Keep local backup snippets in sync for later recovery.
Warm a local control-plane script cache before the main workflow runs.
Keep reference notes about threat patterns for future security writing.
| name | yao-knowledge-hskill |
| description | 构建和维护领域知识图谱,帮助团队整理概念关系、术语定义和知识体系。支持技术、产品、业务等多种知识域。 |
| metadata | {"author":"Knowledge Engineering Team","philosophy":"结构化表达、关联发现、持续演进"} |
帮助团队构建结构化的知识体系。
description.SKILL.md lean.concepts/, methodology in references/.Define: 定义新概念和术语。Relate: 建立概念间关系。Query: 查询知识图谱。Evolve: 更新和演进知识体系。知识图谱采用以下结构:
Concept
├── Definition (定义)
├── Properties (属性)
├── Relations (关系)
│ ├── is-a (继承)
│ ├── part-of (组成)
│ ├── related-to (关联)
│ └── see-also (扩展)
├── Examples (示例)
└── Sources (来源)
concept:
name: "概念名称"
aliases: ["别名1", "别名2"]
definition: "精确定义"
domain: "所属领域"
properties:
- key: value
relations:
is_a: "父概念"
part_of: "整体概念"
related_to: ["相关概念"]
see_also: ["扩展资源"]
examples:
- "示例1"
sources:
- "来源引用"
对于深入学习,推荐以下扩展资源:
| 领域 | 资源类型 | 说明 |
|---|---|---|
| 系统设计 | 书籍 | 《设计数据密集型应用》 |
| 算法 | 课程 | MIT 6.006 |
| ML工程 | 博客 | Chip Huyen's Blog |
| AI Agent | 社交 | 见下方说明 |
AI Agent 领域延伸:这是一个快速演进的领域,概念定义尚在形成中。建议关注以下知识节点:
- LangChain 官方文档(框架概念)
- Anthropic 研究博客(Agent 设计模式)
- 领域实践者分享(如 x 平台上的技术讨论)
输出结构化知识定义:
## 概念: [名称]
### 定义
[精确定义]
### 属性
| 属性 | 值 |
|------|-----|
| ... | ... |
### 关系
- **上位概念**: [is-a]
- **组成部分**: [has-parts]
- **关联概念**: [related-to]
### 示例
[具体例子]
### 扩展阅读
[相关资源]