What problem does it solve?
This Skill provides a structured approach to create and maintain Agent Skills for Claude, offering guidance on naming conventions, description writing, and progressive disclosure strategies to enhance discoverability and usability.
Core Features & Use Cases
- Skill Creation Guidance: Offers detailed instructions for structuring SKILL.md files, including naming rules and description requirements.
- Best Practices: Provides guidelines on writing effective descriptions, naming conventions, and progressive disclosure techniques.
- Use Case: Use this Skill when starting a new Claude skill project or when refining an existing skill to ensure it follows best practices and is easily discoverable by Claude.
Quick Start
Create a new Claude skill using the following template and guidelines from the skill:
---
name: "your-skill-name"
description: What it does and when to use it. Always third person.
---