What problem does it solve? Authoring agent skills that trigger reliably, score well on quality rubrics, and run on multiple AI platforms is error-prone: descriptions undertrigger, bodies contain reasoning anti-patterns, and ports drift between platforms. This Skill encodes a research-backed method for designing, auditing, iterating, and porting SKILL.md packages so each step follows a validated procedure instead of guesswork. ## Core Features & Use Cases - Four operating modes: Design (spec-first authoring with tacit-knowledge elicitation and a human approval gate), Eval (description optimization loop plus four-discipline rubric scoring), Improve (generator-assessor separation with sandbox-first validation), and Port (two-stage generalize-then-apply across Claude Code, Cursor, GitHub Copilot, OpenAI Codex, and Perplexity). - Executable tooling: a portable 19-rule structural validator (scripts/validate.sh), an eval readiness gate (scripts/eval.sh), blind A/B eval-loop scripts, and Grader/Comparator/Analyzer subagent prompts enforcing that authors never grade their own work. - Use Case: You repeatedly perform a task with an AI and want to capture it as a reusable skill. Run Design mode to elicit the tacit knowledge, lock a spec, draft the SKILL.md from the skeleton template, validate it structurally, and verify triggering with a 20-query optimization loop before shipping. ## Quick Start Ask the AI to use the meta-skill-author skill to design a new SKILL.md for a task you keep repeating, starting from the templates/skill-md-skeleton.md scaffold.