Skip to content

archibate/dotfiles-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles-codex

Personal Codex configuration: global instructions, Codex config, and curated user skills.

Install

git clone git@github.com:archibate/dotfiles-codex ~/.codex

If ~/.codex already exists, clone elsewhere and run:

bash setup.sh

The 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.

What's Included

  • config.toml - Codex model, project trust, plugin, and provider configuration
  • AGENTS.md - global Codex behavior and coding preferences
  • rules/default.rules - narrowly scoped command approval rules for common safe workflows
  • agents/ - Codex native TOML subagent definitions (code-review, doc-review, etc.)
  • skills/archibate/ - curated portable skills migrated from the Claude configuration
  • setup.sh - installer for applying this repo to an existing Codex home

What's Not Tracked

Local runtime state and secrets are intentionally ignored, including:

  • auth.json and 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

Skill Policy

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors