example-skill
Installation
SKILL.md
Example Skill Template
This skill serves as a template and guide for creating new skills. It demonstrates the standard structure and best practices used by all skills in this codebase.
Overview
Every skill should provide:
- Core Documentation - Main concepts and quick start guide in SKILL.md
- API References - Detailed method/function documentation in
resources/ - Code Examples - Working code samples in
examples/ - Starter Templates - Ready-to-use setup files in
templates/ - Troubleshooting - Common issues and solutions in
docs/