AIAny
AI Agent2026
Icon for item

Claude Code Game Studios

Turns a single Claude Code session into a coordinated game-development studio by providing 49 specialized AI agents, 72 slash-command skills, automated hooks and path-scoped rules. Includes tiered roles, engine-specific agent sets (Godot/Unity/Unreal) and templates to keep design, QA and release in sync.

Introduction

Most AI-assisted game workflows start as a single chat and quickly become unstructured: ad-hoc code, skipped reviews, and no QA gate. This repo treats a Claude Code session as an organizational layer — a studio — that enforces roles, review gates, and repeatable workflows so human creators stay in control while benefiting from specialized AI collaborators.

What Sets It Apart
  • Tiered agent hierarchy with clear escalation paths: directors → leads → specialists. So what: decisions get surfaced to the right level, preventing unchecked scope creep and preserving design intent during iteration.
  • Workflow-first primitives: 72 slash-command skills plus 12 automated hooks and 11 path-scoped rules. So what: common mistakes (hardcoded magic numbers, missing design docs, regression gaps) are detected earlier and tied to reproducible checks rather than ad-hoc prompts.
  • Engine-aware agent sets (Godot, Unity, Unreal). So what: you get targeted guidance and code-review rules that map to engine idioms (GDScript, DOTS/Addressables, GAS/Blueprints), reducing friction when moving from design to implementation.
  • Templates and audit trails (GDDs, sprint plans, ADRs, commit hooks). So what: documentation and QA are first-class citizens — easier handoffs, clearer playtest evidence, and auditability for iterative releases.
Who It's For and Trade-offs

Great fit if you are a solo dev or small team who wants studio-grade process without hiring — you want reviews, QA, and role separation but still make the final decisions. Also useful for prototyping teams that need consistent gates between design, programming and art.

Look elsewhere if you need a fully autonomous, end-to-end CI system or if you cannot depend on Claude Code/Anthropic integration: this template expects Claude Code session semantics (agents, slash commands, hooks) and is optimized around that model. It also assumes developers will tune or remove agents they don't need; out-of-the-box behavior is prescriptive by design.

Where It Fits

Compared with single-agent prompt chains or ad-hoc LLM scripts, this project prioritizes governance and reproducibility over raw autonomy. Compared with multi-agent research frameworks (AutoGPT-style), it focuses on collaborative gating and human-in-the-loop reviews rather than unsupervised task execution.

Practical Notes
  • MIT-licensed template intended to be customized: add/remove agents, tune rules, or swap engine sets.
  • Community space (issues & discussions) is the primary support path; hooks are defensive (fail gracefully) and the repo assumes you will wire Claude Code and local tooling to your workflow.

Overall insight: this repository is less about automating game development and more about turning LLM interactions into disciplined, auditable studio workflows so that AI helps maintain quality rather than accelerate messy shortcuts.

Information

  • Websitegithub.com
  • AuthorsDonchitos
  • Published date2026/02/12

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).