Agent skill
Skill 创建指南
指导如何创建符合渐进式披露架构的 skill 文档
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bk-skill-creator
SKILL.md
Skill 创建指南
⚠️ 核心规则
- SKILL.md ≤ 2KB: 超出内容必须移到
references/ - 必须包含 Front Matter: id, name, category, description, tags, updated_at
- 按需加载引导: 详细内容通过
skill://URI 引用 - 存放位置: 所有 skill 必须放在
bkui-knowledge/knowledge/skills/目录下
快速开始
cp -r knowledge/skills/.template knowledge/skills/your-skill-id
vim knowledge/skills/your-skill-id/SKILL.md
bash scripts/validate-skill.sh your-skill-id
详细步骤: skill://bk-skill-creator/references/quick-start.md
📦 按需加载资源
| 资源 | URI |
|---|---|
| 快速开始 | skill://bk-skill-creator/references/quick-start.md |
| 目录结构 | skill://bk-skill-creator/references/structure-guide.md |
| 常见错误 | skill://bk-skill-creator/references/common-mistakes.md |
| 检查清单 | skill://bk-skill-creator/references/skill-checklist.md |
| 写作技巧 | skill://bk-skill-creator/references/writing-tips.md |
📦 可用资源
skill://bk-skill-creator/references/common-mistakes.mdskill://bk-skill-creator/references/quick-start.mdskill://bk-skill-creator/references/skill-checklist.mdskill://bk-skill-creator/references/structure-guide.mdskill://bk-skill-creator/references/writing-tips.md
根据 SKILL.md 中的 IF-THEN 规则判断是否需要加载
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?