← Back to Catalog

Donchitos/Claude-Code-Game-Studios

↗ GitHub

Turn Claude Code into a full game dev studio — 48 AI agents, 36 workflow skills, and a complete coordination system mirroring real studio hierarchy.

7,792

Stars

1,154

Forks

88

Watchers

3

Open Issues

Shell·MIT License·Last commit Mar 9, 2026·by @Donchitos·Published April 1, 2026·Analyzed 6d ago
A

Safety Rating A

The repository is a well-structured collection of markdown agent definitions, bash hook scripts, and documentation templates. No secrets, malicious patterns, suspicious dependencies, or prompt injection attempts were identified. The hook scripts perform standard validation operations (JSON linting, git checks, file naming conventions) and include explicit safety rules blocking dangerous operations like force pushes and `rm -rf`. The project appears to be a legitimate, well-intentioned open-source template for game development with AI assistance.

AI-assisted review, not a professional security audit.

AI Analysis

Claude Code Game Studios is a comprehensive template and configuration system that transforms a single Claude Code AI session into a structured, hierarchical game development studio. It provides 48 specialized AI subagents organized into a three-tier studio hierarchy (directors, department leads, and specialists), 37 slash-command workflow skills, 8 automated validation hooks, 11 path-scoped coding rules, and 29 document templates. The system mirrors real-world studio organization with defined delegation paths, escalation procedures, and quality gates — covering game design, programming, art direction, audio, narrative, QA, production, and engine-specific workflows for Godot 4, Unity, and Unreal Engine 5. It is explicitly collaborative rather than autonomous: agents ask questions, present options, and require user approval before acting.

Use Cases

  • Structuring a solo or small-team game development project with AI-assisted workflows covering the full game dev lifecycle
  • Using specialized AI agents for domain-specific tasks such as GDD writing, code review, balance checking, sprint planning, and release management
  • Enforcing coding standards and documentation requirements via automated hooks and path-scoped rules in a Claude Code session
  • Coordinating multi-agent AI workflows across design, programming, art, audio, and QA disciplines for a game project
  • Bootstrapping game projects with professional templates for design documents, ADRs, economy models, and sprint plans

Tags

#ai-agents#multi-agent#template#workflow-automation#code-generation#llm#framework#prompt-management#context-engineering#function-calling

Security Findings (4)

hardcoded_secrets

No hardcoded secrets, API keys, or tokens were found. The repository is a shell-script and markdown template system with no credential storage.

malicious_code

No malicious code patterns detected. Hook scripts perform standard git validation, file naming checks, and session logging. The `validate-commit.sh` hook checks for hardcoded values in user code, which is a protective measure rather than a threat.

dependency_vulnerabilities

No package manifests (package.json, requirements.txt, etc.) with versioned dependencies are present in the described structure. The only runtime dependency is the Claude Code npm package installed externally by the user, which is not bundled.

prompt_injection_attempt

No prompt injection attempts detected. The README and agent configuration content describe legitimate AI orchestration patterns without any embedded instructions designed to manipulate AI analysts.

Project Connections