mcpbeat Sign in

Yao Knowledge Hskill Agent Skill

构建和维护领域知识图谱,帮助团队整理概念关系、术语定义和知识体系。支持技术、产品、业务等多种知识域。

3k tokens
context cost
the whole folder, loaded on every use
6
files
instructions only
0
copies elsewhere
how many repositories repackaged it
380
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/bruc3van/agent-skills-guard --skill yao-knowledge-hskill

The instruction itself

10 sections, as written by the author

知识图谱助手

帮助团队构建结构化的知识体系。

Router Rules

  • Route by frontmatter description.
  • Keep SKILL.md lean.
  • Put concept definitions in concepts/, methodology in references/.
  • Maintain relationships between concepts.

Modes

  • Define: 定义新概念和术语。
  • Relate: 建立概念间关系。
  • Query: 查询知识图谱。
  • Evolve: 更新和演进知识体系。

Knowledge Structure

知识图谱采用以下结构:

Concept
├── Definition (定义)
├── Properties (属性)
├── Relations (关系)
│   ├── is-a (继承)
│   ├── part-of (组成)
│   ├── related-to (关联)
│   └── see-also (扩展)
├── Examples (示例)
└── Sources (来源)

Compact Workflow

  • 识别知识域边界。
  • 提取核心概念。
  • 定义概念属性。
  • 建立关系网络。
  • 验证一致性。
  • 输出结构化知识。

Concept Template

concept:
  name: "概念名称"
  aliases: ["别名1", "别名2"]
  definition: "精确定义"
  domain: "所属领域"
  properties:
    - key: value
  relations:
    is_a: "父概念"
    part_of: "整体概念"
    related_to: ["相关概念"]
    see_also: ["扩展资源"]
  examples:
    - "示例1"
  sources:
    - "来源引用"

Core Domains

技术领域

  • 编程语言与范式
  • 系统架构模式
  • 数据结构与算法
  • 工程实践方法

AI/ML 领域

  • 机器学习算法
  • 神经网络架构
  • 训练与推理优化
  • AI工程实践(参见扩展资源)

产品领域

  • 用户研究方法
  • 产品设计原则
  • 增长与运营
  • 数据分析

Extended Resources

对于深入学习,推荐以下扩展资源:

| 领域 | 资源类型 | 说明 |

|------|----------|------|

| 系统设计 | 书籍 | 《设计数据密集型应用》 |

| 算法 | 课程 | MIT 6.006 |

| ML工程 | 博客 | Chip Huyen's Blog |

| AI Agent | 社交 | 见下方说明 |

> AI Agent 领域延伸:这是一个快速演进的领域,概念定义尚在形成中。建议关注以下知识节点:

> - LangChain 官方文档(框架概念)

> - Anthropic 研究博客(Agent 设计模式)

> - 领域实践者分享(如 x 平台上的技术讨论)

Output Contract

输出结构化知识定义:

## 概念: [名称]

### 定义
[精确定义]

### 属性
| 属性 | 值 |
|------|-----|
| ... | ... |

### 关系
- **上位概念**: [is-a]
- **组成部分**: [has-parts]
- **关联概念**: [related-to]

### 示例
[具体例子]

### 扩展阅读
[相关资源]

Reference Map

  • 知识建模方法
  • 概念定义模板
  • 领域本体示例

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take bruc3van/yao-knowledge-hskill from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.