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 trigger-rich description frontmatter value so Grok can auto-invoke the new skill, with user approval before saving. - On-Disk Scaffolding: Creates the skill directory, optional scripts/ and references/ folders, writes SKILL.md, and verifies the result. - Use Case: You keep pasting the same deployment checklist prompt. Run /create-skill, describe the workflow, and get a reusable /deploy-k8s slash command saved to your repo's .grok/skills/ folder. ## Quick Start Run /create-skill and answer the prompts to scaffold a new skill with a name, scope, and description.