What problem does it solve?
Poorly formatted agent skills with mismatched names, vague trigger descriptions, or non-compliant frontmatter fail to load when needed or are never discovered by the agent, leading to broken workflows and wasted development time.
Core Features & Use Cases
- Frontmatter Enforcement: Guides creation of valid YAML frontmatter with matching name and description fields that align with directory naming conventions.
- Trigger Optimization: Teaches how to write specific, actionable "Use when..." trigger descriptions to ensure skills load at the correct time without false matches.
- Content Best Practices: Provides rules for concise, maintainable skill content (under 50 lines, minimal code examples, no redundant information) to keep skills efficient and easy to update.
- Use Case: If you need to build a skill that automates formatting Markdown documents for your team's internal wiki, this skill ensures it has a valid name, a clear trigger so the agent loads it when you ask to format wiki pages, and follows all required formatting rules.
Quick Start
Use the skill-writter skill to create a new skill that triggers when you ask to draft client follow-up emails.