What problem does it solve? Building high-quality Agent skills is hard: descriptions fail to trigger, SKILL.md files become bloated, and there is no systematic way to verify a skill actually improves results. This Skill provides a complete methodology and toolchain for designing, restructuring, merging, evaluating, and trigger-optimizing Agent skills. ## Core Features & Use Cases - Skill Authoring & Scaffolding: Design new skills from scratch with judgment frameworks, layered structure (SKILL.md / references / scripts), and generate skeletons via init_skill.py. - Evaluation & Benchmarking: Build eval sets, run with-skill vs without-skill comparisons, aggregate benchmark results, and review outputs in a local HTML viewer with grader, comparator, and analyzer agents. - Trigger Optimization: Diagnose why a skill did not trigger, rewrite descriptions, and run iterative train/test loops to reduce missed triggers and false positives. - Use Case: You built a skill but it rarely activates. Use this Skill to generate should-trigger / should-not-trigger query sets, run trigger evaluations, iteratively improve the description, and review the results in an HTML report. ## Quick Start Help me design a new skill for my workflow, or evaluate and improve the description of my existing skill so it triggers correctly.