What problem does it solve? Writing a skill that triggers reliably and produces good outputs is hard to do by intuition alone. This Skill guides you through drafting a skill, running structured test cases with baselines, collecting user feedback, benchmarking performance, and optimizing the description for accurate triggering. ## Core Features & Use Cases - Guided Skill Authoring: Interviews you about intent, edge cases, and output formats, then writes a well-structured SKILL.md following progressive disclosure and writing-style best practices. - Evaluation & Benchmarking: 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 with an interactive HTML review viewer. - Description Optimization: Generates realistic trigger/no-trigger eval queries, reviews them with you in an editable HTML page, and runs an automated loop that rewrites the skill description to maximize triggering accuracy on held-out test queries. - Use Case: You want a skill that formats weekly sales spreadsheets. This Skill helps you draft it, tests it on realistic prompts, shows you side-by-side results versus no skill, and iterates until the outputs pass your review. ## Quick Start Help me create a new skill that converts meeting notes into structured action items, then test and improve it.