Claude Code Game Studios: 49 AI Agents, One Game Dev Team
Someone turned a single Claude Code session into a full game development studio with 49 specialized agents, 72 workflow skills, and a three-tier hierarchy mirroring a real studio. It's called Claude Code Game Studios, and it just hit 11K stars on GitHub.
The structure is what makes this interesting. Instead of dumping a massive prompt into one agent, you get a studio hierarchy: creative and technical directors (running on Claude Opus) guard the vision, department leads (Sonnet) own their domains — game design, programming, art, audio — and specialists (Sonnet/Haiku) do the hands-on work. Directors delegate to leads, leads delegate to specialists. Each agent follows collaboration protocols, asks questions, presents options, and requires your approval before finalizing.
The practical side: 72 slash commands cover design, architecture, QA, and release workflows. 12 automated hooks handle pre-commit validation and asset checks. Path-scoped coding rules enforce domain-specific standards. Supports Godot 4, Unity, and Unreal Engine 5.
You can tune the review intensity — full review with all agents, lean mode for faster iteration, or solo mode for one-person projects. Installation is just cloning the repo and running claude.
This is the logical extreme of the CLAUDE.md phenomenon. If one config file can make Claude Code code better, what happens when you give it an entire organizational structure? Apparently, you get a game studio.
https://github.com/Donchitos/Claude-Code-Game-Studios
← Back to all articles
The structure is what makes this interesting. Instead of dumping a massive prompt into one agent, you get a studio hierarchy: creative and technical directors (running on Claude Opus) guard the vision, department leads (Sonnet) own their domains — game design, programming, art, audio — and specialists (Sonnet/Haiku) do the hands-on work. Directors delegate to leads, leads delegate to specialists. Each agent follows collaboration protocols, asks questions, presents options, and requires your approval before finalizing.
The practical side: 72 slash commands cover design, architecture, QA, and release workflows. 12 automated hooks handle pre-commit validation and asset checks. Path-scoped coding rules enforce domain-specific standards. Supports Godot 4, Unity, and Unreal Engine 5.
You can tune the review intensity — full review with all agents, lean mode for faster iteration, or solo mode for one-person projects. Installation is just cloning the repo and running claude.
This is the logical extreme of the CLAUDE.md phenomenon. If one config file can make Claude Code code better, what happens when you give it an entire organizational structure? Apparently, you get a game studio.
https://github.com/Donchitos/Claude-Code-Game-Studios
Comments