What problem does it solve? Writing a Claude Code skill that triggers reliably and stays lean is hard: weak descriptions cause missed activations, bloated SKILL.md files waste context, and inconsistent structure breaks discovery. This Skill provides a complete methodology for designing, structuring, and validating skills for Claude Code plugins. ## Core Features & Use Cases - Six-step creation process: Walks 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 efficient. - Writing style enforcement: Specifies third-person descriptions with concrete trigger phrases and imperative/infinitive body language, with good and bad examples. - Use Case: When a user asks to "create a skill" or "add a skill to a plugin", this Skill instructs Claude to gather concrete usage examples, plan scripts/references/assets, scaffold the directory, and write a lean SKILL.md with strong triggers. ## Quick Start Ask Claude to create a new skill for your plugin, describing the tasks it should handle, and follow the guided creation process.