What problem does it solve? Writing a skill that triggers reliably and performs well is hard to do by intuition alone. This Skill guides the full lifecycle of skill development: drafting SKILL.md files, running test prompts with and without the skill, grading outputs against assertions, aggregating benchmark statistics, and optimizing the description field for accurate triggering. ## Core Features & Use Cases - Guided Skill Authoring: Interviews the user to capture intent, then drafts SKILL.md with proper frontmatter, progressive disclosure structure, and writing-style guidance. - Evaluation Harness: Spawns parallel with-skill and baseline runs, drafts quantitative assertions, captures timing and token data, and grades outputs into benchmark.json with pass-rate deltas. - Description Optimization: Generates realistic trigger/no-trigger eval queries, runs an automated train/test optimization loop, and applies the best-scoring description. - Use Case: A user says "turn this workflow into a skill." The Skill drafts the SKILL.md, creates test prompts, runs comparative evals, opens an HTML review viewer, and iterates based on feedback until the skill performs well. ## Quick Start Help me create a new skill that formats weekly sales spreadsheets, then test it and improve its description.