What problem does it solve? Creating a new Grok skill requires knowing the exact SKILL.md frontmatter format, directory conventions, and naming rules. This Skill guides you through an interactive interview and writes a valid, auto-discoverable skill to disk. ## Core Features & Use Cases - Guided Requirements Gathering: Asks for the skill name, scope (project vs user), and intended behavior one question at a time, with name validation. - Description Drafting: Writes a discovery-optimized description frontmatter value with trigger phrases and slash command references, then lets you approve or edit it. - Scaffolding and Verification: Creates the skill directory (plus optional scripts/ and references/), writes SKILL.md, and verifies the result with cat. - Use Case: You keep pasting the same deployment checklist prompt. Run /create-skill, answer three questions, and get a reusable /deploy-k8s skill saved under .grok/skills/. ## Quick Start Ask the assistant to create a new skill named deploy-k8s that automates your Kubernetes deployment checklist.