agent other skill risk: low
Agent Skill Documentation Template
Provides a markdown template for creating new Agent Skills, with required sections including skill description, When to Activate, Core Concepts, Detailed Topics, Practical Guidance…
SKILL 1 file
SKILL.md
--- name: skill-template description: "Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection." --- # 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. ## 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" ## 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?" ## 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](./references/topic-details.md) 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 ## 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. 1. Guideline one with specific, verifiable criteria 2. Guideline two with clear success conditions 3. 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: 1. **Short descriptive title**: One to two sentences explaining what goes wrong and how to prevent it. 2. **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](./references/reference-file.md) - Description Related skills in this collection: - skill-name - Relationship description External resources: - Research papers, documentation, or guides --- ## Skill Metadata **Created**: [Date] **Last Updated**: [Date] **Author**: [Author or Attribution] **Version**: [Version number]
REQUIRED CONTEXT
- skill name
- skill description
- activation triggers
- core concepts
- detailed topics
- practical guidance
- examples
- guidelines
- gotchas
- integration details
- references
- metadata
ROLES & RULES
- Keep the total SKILL.md body under 500 lines for optimal performance.
- Move detailed reference material to separate files in the `references/` directory.
- Write in third person.
- Default assumption: Claude is already very smart. Only add context Claude does not already have.
- Challenge each piece of information.
- Use examples to illustrate concepts.
- Use input/output pairs for clarity.
- Match the level of specificity to the task's fragility.
EXPECTED OUTPUT
- Format
- markdown
- Schema
- markdown_sections · When to Activate, Core Concepts, Detailed Topics, Practical Guidance, Examples, Guidelines, Gotchas, Integration, References, Skill Metadata
- Constraints
- keep total SKILL.md body under 500 lines
- write When to Activate in third person
- use input/output pairs for examples
- use numbered format for Gotchas
SUCCESS CRITERIA
- Keep total SKILL.md body under 500 lines
- Write in third person
- Only add context Claude does not already have
- Provide concrete examples with input/output pairs
- List specific verifiable guidelines
- List experience-derived failure modes in numbered format
EXAMPLES
Includes good/avoid phrasing examples for third-person writing and an input/output pair format for skill examples.
QUALITY
- OVERALL
- 0.87
- CLARITY
- 0.90
- SPECIFICITY
- 0.85
- REUSABILITY
- 0.95
- COMPLETENESS
- 0.80
IMPROVEMENT SUGGESTIONS
- Add explicit placeholders (e.g., {{SKILL_NAME}}) in section headers to make templating more mechanical.
USAGE
Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.
MORE FOR AGENT
- Full Output Enforcement Rulesagentother
- Context Engineering Agent Skills Collectionagentother
- Claude Superpowers Lab Guidanceagentother
- Claude Superpowers Lab Environment Guideagentother
- Claude Superpowers Lab Environment Guideagentother
- Comprehensive Codebase Bug Analysis and Fixeragentanalysis
- Xcode MCP Usage Guidelines for Agentsagenttool_use
- Xcode MCP Usage Guidelinesagenttool_use
- Rapid App MVP Prototyperagentcoding
- Local Documentation Online Sync Automatoragentoperations
- HashiCorp Packer Golden Image Expertagentoperations
- Xquik X/Twitter API Integration Skillagenttool_use
- MoltPass Client for AI Agent Identitiesagentsecurity
- AI-First Design Handoff Specs Generatoragentcoding
- Consciousness Council Multi-Perspective Deliberationagentplanning
- Creative Thinking Frameworks for CS Researchagentresearch
- Filesystem Agent Context Engineeringagenttool_use
- Academic Paper Figure Generatoragentresearch
- Multi-Agent Architecture Patterns Guideagentplanning
- Existing Web Design Premium Upgraderagentcreative
- Product Marketing Context Document Creatoragentmarketing
- Test-Driven Development Workflow Rulesagentcoding
- Agent Tool Design Principlesagenttool_use
- TDD Implementation Plan Writeragentplanning
- Conventional Git Commit Creatoragenttool_use