构建和维护领域知识图谱,帮助团队整理概念关系、术语定义和知识体系。支持技术、产品、业务等多种知识域。
npx skills add https://github.com/bruc3van/agent-skills-guard --skill yao-knowledge-hskill
帮助团队构建结构化的知识体系。
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]
### 示例
[具体例子]
### 扩展阅读
[相关资源]
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.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
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.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
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.
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.
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.
Take bruc3van/yao-knowledge-hskill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.