What problem does it solve?
Writing effective agent skills is hard: vague descriptions hurt discoverability, bloated SKILL.md files waste context tokens, and poorly structured references cause agents to miss critical information. This Skill codifies Anthropic's official skill authoring guidelines so you can audit or author skills that agents reliably discover and follow.
Core Features & Use Cases
- Metadata Optimization: Guidance for writing discovery-friendly
name and description fields, including third-person phrasing, gerund naming conventions, and trigger keywords.
- Progressive Disclosure Patterns: Concrete patterns for structuring SKILL.md with one-level-deep references, tables of contents, and domain-organized reference files to minimize token usage.
- Workflow & Evaluation Design: Checklist-based workflows, validation feedback loops, template/examples patterns, and evaluation-driven iteration using a two-Claude (author/tester) process.
- Use Case: You wrote a custom skill but the agent rarely triggers it or ignores half its instructions. Run this Skill to review the description wording, restructure oversized content into reference files, and add a validation loop.
Quick Start
Review my skill at plugins/my-skill/SKILL.md against Anthropic's best practices and suggest improvements.