| name | codex-chef-operator |
| description | Maintain, audit, and improve Codex Chef setup repositories. Use for README/docs/template/catalog/installer/validation updates, release-readiness work, and safe Codex starter maintenance without weakening security, leaking local state, or changing external systems. |
Codex Chef Operator
Use this skill when maintaining the Codex Chef repository or a
derived local setup.
Reference Routing
Read references/repo-maintenance.md before broad setup, installer, README,
catalog, docs, verification, release-readiness, or public-repo changes. Keep
SKILL.md as the routing entry point and put detailed repo policy in that
reference.
Workflow
- Inspect current files before changing anything.
- Preserve security defaults:
- sandbox stays enabled
- approvals stay interactive
- authenticated connectors stay disabled until needed
- no secrets, sessions, memories, auth files, or local project paths are
added to source
- Keep docs and templates aligned:
AGENTS.md
README.md
README.tr.md
templates/codex/AGENTS.md
templates/codex/config.windows.toml
templates/codex/config.unix.toml
docs/how-to.md
docs/how-to.tr.md
docs/skills-and-agents.md
docs/skills-and-agents.tr.md
docs/mcp-catalog.md
docs/mcp-catalog.tr.md
docs/codex-flags.md
docs/codex-flags.tr.md
docs/completion-audit.md
docs/completion-audit.tr.md
docs/install.md
docs/install.tr.md
docs/security-model.md
- every English doc in
docs/ should have a matching .tr.md pair
- bundled local skills should stay reference-backed, zero-network unless
their own script or workflow explicitly says otherwise, and validated by
repo checks
- public README visuals under
assets/ should stay purposeful, accessible,
lightly animated with reduced-motion fallback, and public-safe
- Validate after edits:
npm run validate
npm run validate:plugin-skills
git status --short
- Gitleaks when available
- Do not commit, push, tag, release, deploy, publish, rotate credentials, or
perform account-level changes unless the user explicitly approves the exact
action.
Output
Report:
- changed files
- validation commands and status
- remaining security or publishing risk