What problem does it solve?
This Skill serves as a minimal, friendly template for creating a custom Skill. It shows how to declare a Skill with frontmatter and a guiding Markdown body, enabling quick onboarding for new Skill developers.
Core Features & Use Cases
- Demonstrates the required frontmatter fields (name and description) and the Markdown body structure.
- Acts as an onboarding example to help teams validate Skill metadata formats and activation flow.
- Provides a ready-to-adapt template for building more complex Skills.
Quick Start
Review the SKILL.md frontmatter to understand the required fields, then copy and adapt this template to create a new Skill. Place the new SKILL.md under your .claude/skills/ directory and customize the body to define your Skill's behavior.