What problem does it solve? Writing a skill that triggers reliably and produces good outputs is hard to do blind. This Skill guides you through drafting a SKILL.md, running test prompts with and without the skill, grading results quantitatively, and iterating based on real feedback instead of guesswork. ## Core Features & Use Cases - Guided Skill Authoring: Interviews you about intent, trigger contexts, and output formats, then writes a well-structured SKILL.md following progressive disclosure and writing-style best practices. - Evaluation & Benchmarking: Spawns parallel with-skill and baseline runs, drafts assertions, grades outputs, and aggregates pass rates, timing, and token usage into benchmark.json with mean and stddev. - Description Optimization: Generates realistic trigger/no-trigger eval queries and runs an automated loop that rewrites the skill's description to improve triggering accuracy, selecting the best version by held-out test score. - Use Case: You want a skill that formats weekly sales reports. This Skill helps you draft it, creates three realistic test prompts, runs them with and without the skill, shows results in a browser-based review viewer, and iterates until the outputs pass your review. ## Quick Start Help me create a new skill that converts meeting transcripts into structured action-item lists, then test and improve it.