What problem does it solve? Writing a reliable Agent Skill requires correct frontmatter, a tight activation trigger, well-structured instructions, and validated resource paths; this Skill guides that entire lifecycle so skills activate and behave as intended. ## Core Features & Use Cases - Skill authoring workflow: Recover the real workflow, choose scope (machine-global, plugin, or built-in), and draft the smallest complete SKILL.md with proper field separation. - Structural validation: Run the bundled validate-skill.mjs script to check frontmatter fields, folder-name matching, listing-line budgets, and referenced resource paths. - Auditing and repair: Diagnose whether a defect is routing, instructions, resources, or integration, and audit entire skill sets against a checklist before editing. - Use Case: A user says their custom skill never activates. This Skill inspects the when_to_use trigger, checks the 250-character listing budget, validates the directory, and fixes the routing boundary. ## Quick Start Ask the agent to create a new Mixdog skill for a recurring workflow, or to audit and repair an existing skill that fails to activate.