What problem does it solve? Writing a well-structured Agent Skill requires knowing the SKILL.md format, frontmatter rules, description best practices, and directory conventions. This Skill walks you through gathering requirements and producing a compliant, discoverable skill for Cursor. ## Core Features & Use Cases - Requirements Gathering: Structured discovery of purpose, storage location (personal vs project), trigger scenarios, and output formats before writing. - Authoring Guidance: Enforces naming rules, third-person descriptions with WHAT and WHEN, conciseness, progressive disclosure, and anti-pattern avoidance. - Four-Phase Workflow: Discovery, Design, Implementation, and Verification phases with a final quality checklist. - Use Case: You want a project skill that generates commit messages in your team's format. This Skill helps you draft the name, description, instructions, and examples, then verifies the result against the checklist. ## Quick Start Help me create a new Cursor skill that reviews pull requests against our team coding standards.