917 B
917 B
name, description
| name | description |
|---|---|
| skill-creator | Interactively create a new Grok skill (SKILL.md + optional scripts/references). Use when the user wants to create a skill, scaffold a skill, or runs /create-skill. |
Grok skill. This maps to the shared skill in .claude/skills/skill-creator/SKILL.md.
Read .claude/skills/skill-creator/SKILL.md (GrepAI-first) and follow, adapting the interactive creation process for Grok (use run_terminal_command for any scaffolding, write for new SKILL.md in .grok/skills/ or .claude/skills/ as appropriate, but prefer .grok/ for Grok-native without touching Claude originals where possible).
The creation workflow, frontmatter, delegation pattern, testing, and examples are in the source.
For Grok, create in .grok/skills//SKILL.md that delegates to .claude/ where shared, or native.
See also: .grok/skills/ for examples of the thin adapter pattern we use for coexistence.