Command reference ยท Claude Code
/run-skill-generator
Teaches /run and /verify how to build, start, and drive the project app from a clean environment, by writing a project-specific skill.
Teaches /run and /verify how to build, start, and drive the project app from a clean environment, by writing a project-specific skill. [Skill] Requires v2.1.145+.
โ WHEN TO USE IT?
Set up a project skill for run/verify once
On a new project, run /run-skill-generator so Claude learns how to build, start, and drive the app from a clean environment.
Re-run after a build process change
If the build/start process has changed fundamentally (e.g. a new build tool), run /run-skill-generator again so /run and /verify match the current setup.
โ WHEN NOT TO?
A working skill already exists
If /run and /verify already work reliably in the project, running the generator again is redundant.
Better: Keep using the existing project skill, or adjust it manually if needed.
SOURCES
- Claude Code Doku (offiziell) โ code.claude.com