← All Skills
Turns a single Claude Code session into a full game-dev studio: 49 specialized AI agents, 73 workflow skills (slash commands), and a coordination system mirroring a real studio hierarchy of directors, department leads and specialists — with 12 validation hooks and 11 path-scoped coding rules.
Key Features
- 49 specialized AI agents
- 73 workflow slash commands
- Director/lead/specialist tiers
- Validation hooks + coding rules
Installation
git clone https://github.com/Donchitos/Claude-Code-Game-Studios.git my-game
cd my-game
claude
then run /start (use /project-stage-detect for existing projects)
How to Use
Drive it in Claude Code through 73 slash commands organized by workflow phase: /start, /help, /setup-engine to begin; /brainstorm, /design-system, /create-epics for design; /dev-story, /story-done, /code-review for development; /qa-plan, /release-checklist for QA and release. Type / to see the full command palette.
Requirements
Git; Claude Code (npm install -g @anthropic-ai/claude-code); optional jq and Python 3 for hook validation.
Related Skills