技能 Template
- 作者仓库星标 15,902
- 作者仓库 Agent-Skills-for-Context-Engineering
Skill Name
Provide a clear, concise description of what this skill covers and when to use it. This description appears in skill discovery and should help agents (and humans) determine when this skill is relevant.
Important: Keep the total SKILL.md body under 500 lines for optimal performance. Move detailed reference material to separate files in the references/ directory.
Every skill body must make its ownership boundary explicit. The description and When to Activate section should say what the skill owns and which adjacent skills own nearby work. This prevents broad skills from stealing activation from narrower skills.
When to Activate
Describe specific situations, tasks, or contexts where this skill should be activated. Include both direct triggers (specific keywords or task types) and indirect signals (broader patterns that indicate skill relevance).
Write in third person. The description is injected into the system prompt, and inconsistent point-of-view can cause discovery problems.
- Good: "Processes Excel files and generates reports"
- Avoid: "I can help you process Excel files"
Include a short "Do not activate" block for adjacent skills. Example:
- Do not activate for project-level pipeline shape:
project-development. - Do not activate for individual tool schema design:
tool-design.
Core Concepts
Explain the fundamental concepts covered by this skill. These are the mental models, principles, or frameworks that the skill teaches.
Default assumption: Claude is already very smart. Only add context Claude does not already have. Challenge each piece of information:
- "Does Claude really need this explanation?"
- "Can I assume Claude knows this?"
- "Does this paragraph justify its token cost?"
Prefer behavior-changing mechanisms over general background. If a concept should be reusable across the corpus, add or update a record in researcher/mechanisms/registry.jsonl.
Detailed Topics
Topic 1
Provide detailed explanation of the first major topic. Include specific techniques, patterns, or approaches. Use examples to illustrate concepts.
Topic 2
Provide detailed explanation of the second major topic. Continue with additional topics as needed.
For longer topics, consider moving content to references/ and linking:
- See detailed reference for complete implementation
Practical Guidance
Provide actionable guidance for applying the skill. Include common patterns, anti-patterns to avoid, and decision frameworks for choosing between approaches.
Match the level of specificity to the task's fragility:
- High freedom: Multiple approaches are valid, decisions depend on context
- Medium freedom: Preferred pattern exists, some variation acceptable
- Low freedom: Operations are fragile, specific sequence must be followed
Practical guidance should be executable by an agent: a workflow, checklist, decision table, or concrete operating rule. If a section only explains history or motivation, move it to references/.
Examples
Provide concrete examples that illustrate skill application. Examples should show before/after comparisons, demonstrate correct usage, or show how to handle edge cases.
Use input/output pairs for clarity:
Example:
Input: [describe input]
Output: [show expected output]
Guidelines
List specific guidelines to follow when applying this skill. These should be actionable rules that can be checked or verified.
- Guideline one with specific, verifiable criteria
- Guideline two with clear success conditions
- Continue as needed
Gotchas
List experience-derived failure modes, common mistakes, and counterintuitive behaviors. These are the highest-signal content in any skill. Each gotcha should be specific, actionable, and non-overlapping with guidance already in the skill body. Use numbered format:
- Short descriptive title: One to two sentences explaining what goes wrong and how to prevent it.
- Another gotcha title: Description of the failure mode and what to do instead.
Integration
Explain how this skill integrates with other skills in the collection. List related skills as plain text (not links) to avoid cross-directory reference issues:
- skill-name-one - Brief description of relationship
- skill-name-two - Brief description of relationship
References
Internal reference (use relative path to skill's own reference files):
- Reference Name - Description
Related skills in this collection:
- skill-name - Relationship description
External resources:
- Research papers, documentation, or guides
Numeric, benchmark, volatile, or vendor-performance claims need an inline claim-* ID backed by researcher/claims/index.jsonl, or they should be softened and moved to dated reference material.
Skill Metadata
Created: [Date] Last Updated: [Date] Author: [Author or Attribution] Version: [Version number]
- 流狐分类
- AI 智能
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @muratcankoylan · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Describe specific situations, tasks, or contexts where this skill should be activated. Include both direct triggers (specific keywords or task types) and indirect signals (broader patterns that indicate skill relevance).
Explain the fundamental concepts covered by this skill. These are the mental models, principles, or frameworks that the skill teaches. Default assumption: Claude is already very smart. Only add context Claude does not already have. Challenge each piece of…
Detailed Topics
Provide detailed explanation of the first major topic. Include specific techniques, patterns, or approaches. Use examples to illustrate concepts.
Provide detailed explanation of the second major topic. Continue with additional topics as needed. For longer topics, consider moving content to references/ and linking: See detailed reference for complete implementation
Provide actionable guidance for applying the skill. Include common patterns, anti-patterns to avoid, and decision frameworks for choosing between approaches. Match the level of specificity to the task's fragility: High freedom: Multiple approaches are valid,…
# Skill Name
Provide a clear, concise description of what this skill covers and when to use it. This description appears in skill discovery and should help agents (and humans) determine when this skill is relevant.
**Important**: Keep the total SKILL.md body under 500 lines for optimal performance. Move detailed reference material to separate files in the `references/` directory.
Every skill body must make its ownership boundary explicit. The description and `When to Activate` section should say what the skill owns and which adjacent skills own nearby work. This prevents broad skills from stealing activation from narrower skills.
## When to Activate
Describe specific situations, tasks, or contexts where this skill should be activated. Include both direct triggers (specific keywords or task types) and indirect signals (broader patterns that indicate skill relevance).
Write in third person. The description is injected into the system prompt, and inconsistent point-of-view can cause discovery problems.
- Good: "Processes Excel files and generates reports"
- Avoid: "I can help you process Excel files"
Include a short "Do not activate" block for adjacent skills. Example:
- Do not activate for project-level pipeline shape: `project-development`.
- Do not activate for individual tool schema design: `tool-design`.
## Core Concepts
Explain the fundamental concepts covered by this skill. These are the mental models, principles, or frameworks that the skill teaches.
Default assumption: Claude is already very smart. Only add context Claude does not already have. Challenge each piece of information:
- "Does Claude really need this explanation?"
- "Can I assume Claude knows this?"
- "Does this paragraph justify its token cost?"
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> When to Activate → Core Concepts → Detailed Topics → Topic 1 → Topic 2 → Practical Guidance
要点 -> Important · High freedom · Medium freedom · Low freedom · Example · Short descriptive title · Another gotcha title · Created
文件/命令 -> references/ · When to Activate · project-development · tool-design · researcher/mechanisms/registry.jsonl · claim- · researcher/claims/index.jsonl
内容 SHA-256 -> 5ca8c3588594
原文结构
适用与边界
原文中的明确线索
references/、When to Activate、project-development、tool-design、researcher/mechanisms/registry.jsonl、claim-、researcher/claims/index.jsonl