Files
codex-game-studios/README.md
2026-05-18 20:50:51 +08:00

22 lines
422 B
Markdown

# Codex Game Studios
This repository is the minimal starting framework for a Codex plugin.
Current state:
- No skills
- No hooks
- No agents
- No rules
- No commands
- 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.