Personal Codex configuration: global instructions, Codex config, and curated user skills.
git clone git@github.com:archibate/dotfiles-codex ~/.codexIf ~/.codex already exists, clone elsewhere and run:
bash setup.shThe setup script backs up existing config.toml and AGENTS.md before replacing them, then installs tracked skills from skills/archibate/<name> into Codex's direct ~/.codex/skills/<name> runtime layout.
config.toml- Codex model, project trust, plugin, and provider configurationAGENTS.md- global Codex behavior and coding preferencesrules/default.rules- narrowly scoped command approval rules for common safe workflowsagents/- Codex native TOML subagent definitions (code-review, doc-review, etc.)skills/archibate/- curated portable skills migrated from the Claude configurationsetup.sh- installer for applying this repo to an existing Codex home
Local runtime state and secrets are intentionally ignored, including:
auth.jsonand credential backups- session history and session indexes
- SQLite state/log databases
- caches, logs, shell snapshots, and temporary files
- system-managed skills under
skills/.system - plugin caches under
plugins/cache
This repo tracks a portable first pass of skills that are useful in Codex without depending on Claude-specific hooks, agents, or session tools. Claude-specific and dependency-heavy skills should be adapted deliberately before adding them here.