What problem does it solve?
Creating effective AI skills requires more than just writing instructions; they must be tested, optimized for discovery, and bulletproofed against agent rationalization to ensure reliable automation.
Core Features & Use Cases
- TDD for Skills: Applies the RED-GREEN-REFACTOR cycle to skill documentation, testing with subagents before writing and iterating until bulletproof.
- Skill Structure & Content: Guides on optimal
SKILL.md structure, frontmatter, overview, and code examples for clarity and discoverability.
- Claude Search Optimization (CSO): Provides techniques for rich descriptions, keyword coverage, and token efficiency to ensure skills are easily found by Claude.
- Anti-Rationalization Techniques: Builds rationalization tables and red flags lists to explicitly counter agent excuses and enforce discipline.
- Use Case: When creating new AI skills, editing existing ones, or verifying skills before deployment, this skill ensures they are high-quality, discoverable, and reliably followed by agents.
Quick Start
I want to create a new skill for 'database migrations'. Guide me through the process of writing and testing it.