Template Skill
This is a basic template for creating new skills.
Structure
skill-name/
├── SKILL.md # Main skill file (required)
├── references/ # Additional documentation (optional)
├── scripts/ # Utility scripts (optional)
└── assets/ # Output files, templates (optional)
SKILL.md Format
---
name: skill-name
description: Brief description of what this skill does and when to use it.
license: MIT
---
# Skill Name
[Skill instructions and documentation here]
Best Practices
- Keep SKILL.md under 200 lines
- Use references/ for detailed documentation
- Follow progressive disclosure principles
- Use Python/Node for scripts (cross-platform)