What problem does it solve? Creating a new skill by hand requires memorizing frontmatter conventions, naming rules, and validation requirements, and small mistakes cause validation failures. This Skill scaffolds a compliant skill directory so contributors can focus on writing the actual procedure. ## Core Features & Use Cases - Interactive Input Gathering: Prompts for skill name, description, tool requirements, argument hints, subagent usage, and external CLI dependencies. - Convention Enforcement: Validates kebab-case names, "Use when" description prefixes, and refuses to overwrite existing skill directories. - Validation-Ready Output: Generates SKILL.md boilerplate that passes validate-skills.py on the first run, plus optional subagent-prompts.md for skills that delegate to subagents. - Use Case: A contributor wants to add a new skill to the clauDNA plugin pack. They invoke the scaffold, answer a few prompts, and receive a ready-to-edit skill directory that already passes the repository validator. ## Quick Start Ask the assistant to scaffold a new skill named my-new-skill and answer the prompts for description, tools, and arguments.