What problem does it solve? Developers building Claude Code plugins often write skills with weak trigger descriptions, bloated SKILL.md files, or inconsistent writing style, causing skills to load at the wrong time or waste context. This Skill provides a structured process for creating well-organized, discoverable plugin skills. ## Core Features & Use Cases - Six-Step Creation Process: Guides through understanding use cases, planning reusable resources, creating structure, editing SKILL.md, validating, and iterating. - Progressive Disclosure Guidance: Defines what belongs in SKILL.md versus references/, examples/, and scripts/ to keep context usage lean (1,500-2,000 words target). - Description and Style Rules: Enforces third-person frontmatter descriptions with specific trigger phrases and imperative/infinitive body writing, with good and bad examples. - Use Case: When adding a new skill to a plugin, follow the workflow to draft a frontmatter description with concrete trigger phrases, move detailed patterns into references/, and validate against the included checklist. ## Quick Start Ask the AI to create a new skill for your plugin that triggers on specific user phrases and follows progressive disclosure best practices.