26 lines
708 B
Markdown
26 lines
708 B
Markdown
# Codex Game Studios
|
|
|
|
This repository is the minimal starting framework for a Codex plugin.
|
|
|
|
Current state:
|
|
|
|
- Skills: `/brainstorm`
|
|
- 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 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.
|