Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
48 协同代理管理独立游戏开发的 Claude Code 架构 (中文本地化版本)
| Date | Stars |
|---|---|
| 2026-07-31 | 276 |
| 2026-08-06 | 277 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center">
<h1 align="center">Claude Code Game Studios</h1>
<p align="center">
将一个 Claude Code 会话变成一个完整的游戏开发工作室。
<br />
48 个代理。37 个工作流。一支协同的 AI 团队。
</p>
</p>
<p align="center">
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a>
<a href=".claude/agents"><img src="https://img.shields.io/badge/agents-48-blueviolet" alt="48 Agents"></a>
<a href=".claude/skills"><img src="https://img.shields.io/badge/skills-37-green" alt="37 Skills"></a>
<a href=".claude/hooks"><img src="https://img.shields.io/badge/hooks-8-orange" alt="8 Hooks"></a>
<a href=".claude/rules"><img src="https://img.shields.io/badge/rules-11-red" alt="11 Rules"></a>
<a href="https://docs.anthropic.com/en/docs/claude-code"><img src="https://img.shields.io/badge/built%20for-Claude%20Code-f5f5f5?logo=anthropic" alt="Built for Claude Code"></a>
<a href="https://ko-fi.com/donchitos"><img src="https://img.shields.io/badge/Ko--fi-Support%20this%20project-ff5e5b?logo=ko-fi&logoColor=white" alt="Ko-fi"></a>
</p>
---
## 为什么有这个项目
用 AI 独立开发游戏非常强大——但一个聊天会话缺乏结构。没有人阻止你硬编码魔法数字、跳过设计文档、或者写出面条代码。没有 QA 审查、没有设计评审、没有人问"这真的符合游戏愿景吗?"
**Claude Code Game Studios** 通过给你的 AI 会话赋予真实工作室的结构来解决这个问题。你得到的不是一个通用助手,而是 48 个按工作室层级组织的专业代理——总监守护愿景,部门负责人掌控各自领域,专家负责具体执行。每个代理都有明确的职责、上报路径和质量关卡。
结果是:你仍然做出每一个决定,但现在你有一个团队会提出正确的问题、尽早发现错误,并让你的项目从最初的头脑风暴到发布都保持有序。
---
## 目录
- [包含内容](#包含内容)
- [工作室层级](#工作室层级)
- [斜杠命令](#斜杠命令)
- [快速开始](#快速开始)
- [升级](#升级)
- [项目结构](#项目结构)
- [工作原理](#工作原理)
- [设计理念](#设计理念)
- [自定义](#自定义)
- [平台支持](#平台支持)
- [社区](#社区)
- [许可证](#许可证)
---
## 包含内容
| 类别 | 数量 | 描述 |
|------|------|------|
| **代理** | 48 | 覆盖设计、编程、美术、音频、叙事、QA 和制作的专业子代理 |
| **技能** | 37 | 常用工作流的斜杠命令(`/start`、`/sprint-plan`、`/code-review`、`/brainstorm` 等) |
| **钩子** | 8 | 在提交、推送、资源变更、会话生命周期、代理审计和缺口检测时自动验证 |
| **规则** | 11 | 在编辑游戏逻辑、引擎、AI、UI、网络代码等时强制执行的路径范围编码标准 |
| **模板** | 29 | GDD、ADR、冲刺计划、经济模型、阵营设计等文档模板 |
## 工作室层级
代理分为三个层级,与真实工作室的运作方式一致:
```
第一层级 — 总监 (Opus)
creative-director technical-director producer
第二层级 — 部门负责人 (Sonnet)
game-designer lead-programmer art-director
audio-director narrative-director qa-lead
release-manager localization-lead
第三层级 — 专家 (Sonnet/Haiku)
gameplay-programmer engine-programmer ai-programmer
network-programmer tools-programmer ui-programmer
systems-designer level-designer economy-designer
technical-artist sound-designer writer
world-builder ux-designer prototyper
performance-analyst devops-engineer analytics-engineer
security-engineer qa-tester accessibility-specialist
live-ops-designer community-manager
```
### 引擎专家
模板包含三大引擎的代理集。使用与你项目匹配的代理集:
| 引擎 | 负责代理 | 子专家 |
|------|----------|--------|
| **Godot 4** | `godot-specialist` | GDScript、Shaders、GDExtension |
| **Unity** | `unity-specialist` | DOTS/ECS、Shaders/VFX、Addressables、UI Toolkit |
| **Unreal Engine 5** | `unreal-specialist` | GAS、Blueprints、Replication、UMG/CommonUI |
## 斜杠命令
在 Claude Code 中输入 `/` 即可访问全部 37 个技能:
**评审与分析**
`/design-review` `/code-review` `/balance-check` `/asset-audit` `/scope-check` `/perf-profile` `/tech-debt`
**制作**
`/sprint-plan` `/milestone-review` `/estimate` `/retrospective` `/bug-report`
**项目管理**
`/start` `/project-stage-detect` `/reverse-document` `/gate-check` `/map-systems` `/design-system`
**发布**
`/release-checklist` `/launch-checklist` `/changelog` `/patch-notes` `/hotfix`
**创意**
`/brainstorm` `/playtest-report` `/prototype` `/onboard` `/localize`
**团队协作**(在单个功能上协调多个代理)
`/team-combat` `/team-narrative` `/team-ui` `/team-release` `/team-polish` `/team-audio` `/team-level`
## 快速开始
### 前置要求
- [Git](https://git-scm.com/)
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code)(`npm install -g @anthropic-ai/claude-code`)
- **推荐**:[jq](https://jqlang.github.io/jq/)(用于钩子验证)和 Python 3(用于 JSON 验证)
所有钩子在缺少可选工具时会优雅降级——不会导致任何问题,只是失去验证功能。
### 安装
1. **克隆或用作模板**:
```bash
git clonExcerpt of 7,795 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:78683da5bd0edff5, llm:Repository description (Chinese): '48 协同代理管理独立游戏开发的 Claude Code 架构 (中文本地化版本)'. Indicates multi-agent system managing indie game development using Claude Code architecture, localized in Chinese.
matched fp:78683da5bd0edff5, llm:Repository description (Chinese): '48 协同代理管理独立游戏开发的 Claude Code 架构 (中文本地化版本)'. Indicates multi-agent system managing indie game development using Claude Code architecture, localized in Chinese.
matched fp:78683da5bd0edff5, llm:Repository description (Chinese): '48 协同代理管理独立游戏开发的 Claude Code 架构 (中文本地化版本)'. Indicates multi-agent system managing indie game development using Claude Code architecture, localized in Chinese.