What problem does it solve? Writing an effective skill is hard to get right on the first try, and there is no built-in way to know whether a skill actually improves Claude's output or triggers when it should. This Skill provides a structured draft-test-review-improve loop with quantitative benchmarking so skill quality is measured rather than guessed. ## Core Features & Use Cases - Guided Skill Authoring: Captures intent through interview questions, then drafts SKILL.md files following progressive disclosure and writing-style best practices. - Evaluation Harness: Runs test prompts with and without the skill in parallel, grades outputs against assertions, and aggregates pass rates, timing, and token usage into benchmark reports. - Description Optimization: Generates realistic trigger/no-trigger eval queries and runs an automated loop that rewrites the skill's description to improve triggering accuracy on held-out test queries. - Use Case: You want a skill that formats weekly sales spreadsheets. This Skill helps you draft it, runs three realistic test prompts against it, shows you side-by-side results in a review viewer, and iterates until the outputs pass your standards. ## Quick Start Help me create a new skill that converts meeting transcripts into structured action-item lists, then test it with a few realistic prompts.