Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
template/SKILL.md
1---2name: skill-template3description: Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection.4---56# Skill Name78Provide 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.910**Important**: Keep the total SKILL.md body under 500 lines for optimal performance. Move detailed reference material to separate files in the `references/` directory.1112## When to Activate1314Describe 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).1516Write in third person. The description is injected into the system prompt, and inconsistent point-of-view can cause discovery problems.1718- Good: "Processes Excel files and generates reports"19- Avoid: "I can help you process Excel files"2021## Core Concepts2223Explain the fundamental concepts covered by this skill. These are the mental models, principles, or frameworks that the skill teaches.2425Default assumption: Claude is already very smart. Only add context Claude does not already have. Challenge each piece of information:26- "Does Claude really need this explanation?"27- "Can I assume Claude knows this?"28- "Does this paragraph justify its token cost?"2930## Detailed Topics3132### Topic 13334Provide detailed explanation of the first major topic. Include specific techniques, patterns, or approaches. Use examples to illustrate concepts.3536### Topic 23738Provide detailed explanation of the second major topic. Continue with additional topics as needed.3940For longer topics, consider moving content to `references/` and linking:41- See [detailed reference](./references/topic-details.md) for complete implementation4243## Practical Guidance4445Provide actionable guidance for applying the skill. Include common patterns, anti-patterns to avoid, and decision frameworks for choosing between approaches.4647Match the level of specificity to the task's fragility:48- **High freedom**: Multiple approaches are valid, decisions depend on context49- **Medium freedom**: Preferred pattern exists, some variation acceptable50- **Low freedom**: Operations are fragile, specific sequence must be followed5152## Examples5354Provide concrete examples that illustrate skill application. Examples should show before/after comparisons, demonstrate correct usage, or show how to handle edge cases.5556Use input/output pairs for clarity:5758**Example:**59```60Input: [describe input]61Output: [show expected output]62```6364## Guidelines6566List specific guidelines to follow when applying this skill. These should be actionable rules that can be checked or verified.67681. Guideline one with specific, verifiable criteria692. Guideline two with clear success conditions703. Continue as needed7172## Gotchas7374List 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:75761. **Short descriptive title**: One to two sentences explaining what goes wrong and how to prevent it.772. **Another gotcha title**: Description of the failure mode and what to do instead.7879## Integration8081Explain how this skill integrates with other skills in the collection. List related skills as plain text (not links) to avoid cross-directory reference issues:8283- skill-name-one - Brief description of relationship84- skill-name-two - Brief description of relationship8586## References8788Internal reference (use relative path to skill's own reference files):89- [Reference Name](./references/reference-file.md) - Description9091Related skills in this collection:92- skill-name - Relationship description9394External resources:95- Research papers, documentation, or guides9697---9899## Skill Metadata100101**Created**: [Date]102**Last Updated**: [Date]103**Author**: [Author or Attribution]104**Version**: [Version number]105106