返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

skill-integration-templates

标准化的模板和模式,用于将技能集成到代理提示中。通过可重用的技能引用语法、动作动词以及渐进式披露使用指南来减少令牌开销。

person作者: jakexiaohubgithub

Overview

This skill provides standardized templates and patterns for integrating skills into agent prompts, reducing token overhead while maintaining clarity and consistency.

When to Use

Reference this skill when:

  • Adding skill references to agent prompts
  • Structuring "Relevant Skills" sections
  • Choosing action verbs for skill descriptions
  • Implementing progressive disclosure patterns

Documentation

See docs/ directory for detailed guidance:

  • skill-reference-syntax.md - Skill section syntax patterns
  • agent-action-verbs.md - Action verbs for different contexts
  • progressive-disclosure-usage.md - How to use progressive disclosure
  • integration-best-practices.md - Best practices for skill integration

Templates

See templates/ directory for reusable patterns:

  • skill-section-template.md - Standard skill section template
  • intro-sentence-templates.md - Intro sentence variations
  • closing-sentence-templates.md - Closing sentence variations

Examples

See examples/ directory for real-world usage:

  • planner-skill-section.md - Planner agent skill section
  • implementer-skill-section.md - Implementer agent skill section
  • minimal-skill-reference.md - Minimal reference example