If you're building skills for Claude, this is the meta-skill that helps you do it right. It walks through a structured three-step process: understanding concrete use cases first, planning what reusable resources you'll need (scripts, references, assets), then actually initializing the skill directory. The guidance on progressive disclosure is smart. Skills use a three-level loading system so metadata is always in context, the main SKILL.md loads when triggered, and bundled resources load only as needed. What I appreciate is the emphasis on concrete examples before diving into implementation. Too many people start writing documentation without really understanding the usage patterns first. This forces you to think through real queries and workflows upfront.
npx skills add https://github.com/freshtechbro/claudedesignskills --skill skill-creator