Files
claudetools/.grok/skills/skill-creator/SKILL.md
Mike Swanson 6de0ce6098 sync: auto-sync from GURU-5070 at 2026-06-03 11:52:45
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-03 11:52:45
2026-06-03 11:52:52 -07:00

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.