What problem does it solve? Writing agent skills that trigger reliably and execute correctly is hard: vague descriptions break routing, bloated bodies waste context, and untested skills fail silently. This Skill provides a complete methodology for designing, writing, testing, and securing SKILL.md files. ## Core Features & Use Cases - Skill Authoring Guidance: Covers SKILL.md anatomy, frontmatter constraints, description-as-routing-contract patterns, and the two design philosophies (capability primitives vs process primitives). - Anti-Patterns & Debugging: Lists common mistakes (vague descriptions, monolithic mega-skills, re-teaching model knowledge) and a systematic workflow for fixing routing vs execution failures. - Security & Ship Checklists: Provides audit steps for third-party skills (prompt injection, data exfiltration, typosquatting) and a pre-publish checklist. - Use Case: When your custom skill is not triggering, use this Skill to diagnose whether the description lacks trigger phrases, then rewrite it with the what + when + differentiator pattern. ## Quick Start Review my SKILL.md file and tell me why it is not triggering and how to improve its description and structure.