
skill-name
Clear description of what this skill does and when Claude should use it. Be specific about triggers
by daffy0208|Open Source
[Skill Name] - Quick Start
Version: 1.0.0 Category: [product-development | technical | ai-native | ux-design | infrastructure] Difficulty: [beginner | intermediate | advanced]
What This Skill Does
One-sentence description of the skill's purpose.
When to Use
Use this skill when you need to:
- [Primary use case]
- [Secondary use case]
- [Tertiary use case]
Quick Start
Fastest path to results:
- [Essential step 1]
- [Essential step 2]
- [Essential step 3]
Time to value: ~[X] minutes
File Structure
skill-name/
├── SKILL.md # Main skill instructions (start here)
├── REFERENCE.md # Extended reference material (when you need depth)
├── EXAMPLES.md # Practical examples and walkthroughs
├── README.md # This file (quick overview)
├── scripts/ # Helper scripts (if applicable)
│ └── example.py
└── templates/ # Starter templates (if applicable)
└── template.txt
Prerequisites
Knowledge:
- [Required understanding]
- [Helpful background]
Tools:
- [Required software/access]
- [Optional tools]
Related Skills: Should understand these skills first:
prerequisite-skill-1prerequisite-skill-2
Common Workflows
Workflow 1: [Common Task]
- Use this skill to [action]
- Then use
related-skillto [action] - Finish with [outcome]
Workflow 2: [Another Common Task]
- [Step]
- [Step]
- [Outcome]
Success Criteria
You've successfully used this skill when:
- ✅ [Measurable outcome 1]
- ✅ [Measurable outcome 2]
- ✅ [Measurable outcome 3]
Troubleshooting
Skill not activating?
- Check description triggers in SKILL.md
- Try explicitly requesting: "Use the [skill-name] skill to..."
Need help?
- Review EXAMPLES.md for similar scenarios
- Check REFERENCE.md for deep dives
- Consult related skills listed above
Related Resources
In This Repository:
STANDARDS/architecture-patterns/[related-pattern].mdPLAYBOOKS/[related-playbook].mdSKILLS/[related-skill]/
External Resources:
- [Link to relevant documentation]
- [Link to tool/framework]
Version History
- 1.0.0 (2025-10-21): Initial release
- Future versions will be noted here
Contributing
See main repository CONTRIBUTING.md for guidelines on improving this skill.
License
[License information if applicable]