How I Set Up Droid, Claude Code, and Codex with Shared Configuration

Boon aka Hwee-Boon Yar January 24, 2026
Source
I use AI coding agents daily — Droid, Claude Code, and Codex. I prefer Droid at the moment, but my setup is basically the same for all 3. Because I use all 3 and my configuration is basic, I have it set up so that there is just 1 set of configuration files stored in Dropbox. CONFIGURATION The configuration lives in ~/.config/coding-agents/ with softlinks: * AGENTS.md — softlinked to both CLAUDE.md (for Claude Code) and AGENTS.md (for Droid/Codex) * skills/ — softlinked for all 3 agents * commands/ — softlinked to commands/ for Droid and Claude Code, and prompts/ for Codex This way I maintain one set of files and all 3 agents stay in sync. The repo-level file is still the important one. I wrote about how I write and maintain AGENTS.md separately, and about running Claude Code in tmux because the shared config includes my tmux conventions too. If you're setting up a project rather than dotfiles, Stacknaut's AI agent config docs show the repo-level version of this. The AGENTS.md generator is a useful first pass before you add your own conventions.

Discussion in the ATmosphere

Loading comments...