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.md, running structured test cases with baselines, collecting human feedback, and optimizing the description for accurate triggering. ## Core Features & Use Cases - Guided Skill Authoring: Interviews you about intent, edge cases, and output formats, then drafts a 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, runs an automated optimization loop with train/test splits, and applies the best-performing description. - 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 in a browser viewer, and iterates until the outputs meet your bar. ## Quick Start Ask the assistant to create a new skill for your workflow, for example: help me build a skill that converts meeting notes into structured action items.