What problem does it solve? Building a reliable Claude skill requires more than writing a prompt — it needs structured drafting, realistic test cases, quantitative benchmarking against baselines, and iterative refinement based on feedback. This Skill guides that entire lifecycle so skills trigger correctly and perform well across many prompts. ## Core Features & Use Cases - Guided Skill Authoring: Interview-driven workflow to capture intent, write SKILL.md frontmatter and body, and structure scripts, references, and assets following progressive disclosure principles. - Evaluation & Benchmarking: Spawn parallel with-skill and baseline runs, grade outputs against assertions, and aggregate pass rates, timing, and token usage into benchmark reports with an interactive HTML review viewer. - Description Optimization: Generate realistic trigger/no-trigger eval queries and run an automated optimization loop that rewrites the skill description to improve triggering accuracy, validated on held-out test data. - Use Case: A user says "turn this workflow into a skill." The Skill drafts the SKILL.md, creates test prompts, runs benchmarked evaluations, presents results in a browser viewer, and iterates until the user is satisfied — then packages the result as a .skill file. ## Quick Start Ask the assistant to create a new skill for your workflow, then follow the guided draft, test, review, and improve loop it sets up.