Personal Codex toolkit repository for mrchypark.
This repository is the source of truth for:
- Codex skills under
skills/ - multi-agent config templates under
codex/ - install helpers under
install/ - project vendoring templates under
templates/project/ - validation scripts under
tests/
The repository keeps a development-friendly layout. Install scripts project that layout into the Codex-visible surfaces:
~/.agents/skills/<repo-name>~/.codex/<repo-name>- project-local
.agents/,.codex/, andAGENTS.md
No repository-owned hook layer is included. The toolkit only models Codex surfaces that are actually installed or checked into a project.
The default operating surface is intentionally small:
- nine process skills
- three domain skills
- six bundled agent roles
The larger external reference catalogs are inventoried for comparison, then aggressively reduced before anything is installed here.
skills/
process/
domain/
codex/
AGENTS.md
config.toml
agents/
context/
install/
templates/project/
tests/
catalog/registry.yaml
mrchypark-brainstormmrchypark-debatemrchypark-orchestratemrchypark-planmrchypark-delegatemrchypark-review-requestmrchypark-verifyreview-loopremote-review
disk-clean-auditoraclepocketbase-go
triagerbuilderdebatermoderatorresearcherreviewer
Global install:
sh install/global-install.sh "$(pwd)"
sh install/verify-install.sh "$(pwd)"Restart Codex after changing the global install layout.
Project bootstrap:
sh install/project-bootstrap.sh "$(pwd)" /path/to/projecttests/validate-repo.sh
tests/smoke-install.shTo re-list the external reference skills and agents and refresh the consolidation worksheet:
python3 scripts/reference_inventory.py \
--json-out catalog/reference-inventory.json \
--markdown-out docs/reference-consolidation.md
tests/reference-inventory.shThe consolidation findings that explain what was kept, simplified, or rejected live in docs/codex-fit-review.md.