What problem does it solve? Creating a well-structured skill requires knowing the SKILL.md frontmatter rules, naming conventions, resource organization, and validation requirements, which is easy to get wrong without guidance. ## Core Features & Use Cases - Skill Scaffolding: Initialize new skill directories with a SKILL.md template, optional scripts/references/assets folders, and agents/openai.yaml UI metadata via init_skill.py. - Authoring Guidance: Provides principles for concise instructions, progressive disclosure, degrees of freedom, and forward-testing with subagents. - Validation: Checks frontmatter format, required fields, naming rules, and description constraints with quick_validate.py. - Use Case: When you want to package a repeatable workflow (e.g., PDF rotation) as a reusable skill, use this skill to scaffold the directory, write the SKILL.md, generate UI metadata, and validate the result. ## Quick Start Use the skill-creator skill to create a new skill named pdf-rotator in my skills directory with a scripts folder.