What problem does it solve? Creating effective skills for Claude Code plugins requires understanding SKILL.md structure, YAML frontmatter conventions, trigger phrase design, and progressive disclosure principles, which are easy to get wrong without guidance. ## Core Features & Use Cases - Skill Creation Workflow: Follows a six-step process covering use case analysis, resource planning, structure creation, editing, validation, and iteration. - Progressive Disclosure Guidance: Explains what content belongs in SKILL.md versus references/, examples/, and scripts/ directories to keep context lean. - Writing Style Enforcement: Defines rules for third-person descriptions with trigger phrases and imperative/infinitive body writing. - Use Case: When a user asks to "create a skill" or "add a skill to plugin", this skill walks through designing trigger phrases, organizing bundled resources, and validating the result against a checklist. ## Quick Start Ask the assistant to create a new skill for your Claude Code plugin and follow the guided creation process.