对齐参考仓库移除临时技能
This commit is contained in:
@@ -8,8 +8,6 @@ skills expose the runtime workflows directly. Do not use a global
|
||||
## Current State
|
||||
|
||||
- Skills:
|
||||
- `$using-codex-game-studios` explains the plugin workflow and entry points.
|
||||
- `$setup-runtime` installs bundled director agents into a target game project.
|
||||
- `$brainstorm` guides game concept ideation into `design/gdd/game-concept.md`
|
||||
and `design/gdd/game-pillars.md`.
|
||||
- Runtime agents: `creative-director`, `art-director`, `technical-director`, `producer`
|
||||
@@ -33,11 +31,11 @@ still call specialist subagents as part of their core work.
|
||||
|
||||
## Runtime Setup
|
||||
|
||||
To install the bundled custom agents into a game project, invoke `$setup-runtime`
|
||||
or run the installer directly:
|
||||
To install the bundled custom agents into a game project, run the installer
|
||||
directly:
|
||||
|
||||
```bash
|
||||
python3 skills/setup-runtime/scripts/install_codex_runtime.py /path/to/game-project
|
||||
python3 scripts/install_codex_runtime.py /path/to/game-project
|
||||
```
|
||||
|
||||
The installer writes custom agents to:
|
||||
|
||||
Reference in New Issue
Block a user