What problem does it solve? Writing an effective Agent Skill requires knowing the SKILL.md format, frontmatter rules, description conventions, and authoring patterns; this Skill walks you through the entire creation process so your new skill is discoverable and well-structured. ## Core Features & Use Cases - Structured Creation Workflow: Four-phase process covering discovery, design, implementation, and verification of new skills. - Authoring Best Practices: Enforces concise writing, progressive disclosure, third-person descriptions with trigger terms, and consistent terminology. - Reusable Patterns: Provides template, examples, workflow, conditional, and feedback-loop patterns plus anti-patterns to avoid. - Use Case: You want to build a skill that reviews pull requests against team standards. This Skill gathers your requirements, drafts the name and description, creates the directory with SKILL.md and reference files, and verifies it against a quality checklist. ## Quick Start Help me create a new Agent Skill that generates commit messages from git diffs.