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/

Required Structure

skill-name/
├── SKILL.md                    # Main skill file (required)
├── resources/                  # API references and detailed docs
Related skills

More from sendaifun/skills

Installs
86
GitHub Stars
103
First Seen
Jan 24, 2026