What problem does it solve? Writing effective agent skills is hard to get right on the first try, and there is no systematic way to know whether a skill actually improves agent behavior. This Skill provides a complete workflow for drafting skills, running test prompts with and without the skill, grading outputs against assertions, and iterating based on quantitative benchmarks and human feedback. ## Core Features & Use Cases - Skill Drafting and Editing: Guides you through capturing intent, interviewing for edge cases, and writing SKILL.md files with proper frontmatter, progressive disclosure, and bundled scripts, references, and assets. - Evaluation and Benchmarking: Spawns parallel test runs with and without the skill, grades outputs against assertions, aggregates pass rates, timing, and token usage into benchmark.json, and renders an HTML review viewer for human feedback. - Description Optimization: Generates realistic trigger/no-trigger eval queries, runs an automated optimization loop with train/test splits, and rewrites the skill description for better triggering accuracy. - Use Case: You want to build a skill that formats weekly sales reports. Use this Skill to draft it, run three realistic test prompts, compare outputs against a no-skill baseline in the review viewer, and iterate until the results consistently pass your assertions. ## Quick Start Help me create a new skill that converts meeting transcripts into structured action-item lists, then test it with a few example prompts.