What problem does it solve? Building effective AI skills requires more than writing instructions โ you need to test whether they actually work, measure performance against baselines, and optimize trigger descriptions so the skill activates at the right time. This Skill provides a complete workflow for drafting, testing, benchmarking, and refining skills. ## Core Features & Use Cases - Skill Drafting & Interviewing: Captures user intent through structured questions, then writes SKILL.md files following progressive disclosure and writing-style best practices. - Benchmark Evaluation: Runs test cases 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 trigger eval queries, runs an automated optimization loop with train/test splits, and produces HTML reports showing which description triggers most accurately. - Use Case: You want to build a skill that formats meeting notes. This Skill helps you draft it, creates realistic test prompts, runs comparative evaluations, shows results in a browser-based review viewer, and iterates until the outputs meet 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 examples.