What problem does it solve? Authoring a well-structured Agent Skill for Cursor requires knowing the SKILL.md format, frontmatter rules, description best practices, and directory conventions, which are easy to get wrong without guidance. ## Core Features & Use Cases - Guided Skill Authoring: Walks through a four-phase workflow (discovery, design, implementation, verification) for creating personal or project skills. - Format Standards: Enforces SKILL.md frontmatter requirements, description writing rules, progressive disclosure, and naming conventions. - Use Case: A user wants to codify their team's code review standards into a reusable Cursor skill; this Skill gathers requirements, drafts the SKILL.md with proper frontmatter, and verifies it against a quality checklist. ## Quick Start Create a new Cursor skill for generating conventional commit messages and store it in my project's .cursor/skills directory.