35 lines
964 B
Markdown
35 lines
964 B
Markdown
# Codex Game Studios
|
|
|
|
This repository is the minimal starting framework for a Codex plugin.
|
|
|
|
Current state:
|
|
|
|
- Skills: `/brainstorm`
|
|
- Codex custom agents: `creative-director`, `art-director`, `technical-director`, `producer`
|
|
- Assets: `codex-game-studio.svg`
|
|
- References: `director-gates.md`, `templates/game-concept.md`
|
|
- Standards: `design-docs.md`
|
|
- Commands: `/brainstorm` wrapper document
|
|
- Marketplace: `.agents/plugins/marketplace.json`
|
|
- No hooks
|
|
- No rules
|
|
- No MCP servers
|
|
- No app integrations
|
|
|
|
The director agents are pre-defined Codex custom agents stored in:
|
|
|
|
```text
|
|
.codex/agents/
|
|
```
|
|
|
|
Each custom agent is a standalone TOML file with `name`, `description`, and
|
|
`developer_instructions`, matching the Codex subagents documentation.
|
|
|
|
The only required plugin manifest is:
|
|
|
|
```text
|
|
.codex-plugin/plugin.json
|
|
```
|
|
|
|
Add plugin components one at a time so each addition can be reviewed, explained, and adjusted before the next component is introduced.
|