What problem does it solve? Creating a well-structured agent skill requires knowing the SKILL.md frontmatter format, naming rules, progressive disclosure patterns, and validation steps, which are easy to get wrong without a reference workflow. ## Core Features & Use Cases - Structured Skill Authoring: Walks through a six-step process from understanding use cases to initializing, editing, validating, and iterating on a skill. - Progressive Disclosure Guidance: Explains how to split content between SKILL.md, references, scripts, and assets to keep context usage lean. - UI Metadata Generation: Covers generating agents/openai.yaml interface metadata such as display name, short description, and default prompt. - Use Case: A developer wants to package a repeatable PDF-rotation workflow as a reusable skill; this skill guides naming the folder, writing the frontmatter description, adding a script, and running validation. ## Quick Start Use the skill-creator skill to scaffold and validate a new skill named pdf-rotator in my skills directory.