22 lines
422 B
Markdown
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.
|