Personal AI coding assistant configuration hub — single source of truth for Claude Code and Codex CLI settings.
| Directory | Purpose | Target |
|---|---|---|
claude/ |
Custom instruction files (PRINCIPLES, RULES, FLAGS) | ~/.claude/*.md (symlink) |
hooks/ |
Hook scripts | ~/.claude/hooks/ (symlink) |
codex/rules/ |
Codex shell approval rules | ~/.codex/rules/ (symlink) |
skills/ |
Claude Code skills | ~/.claude/skills/ (symlink) |
templates/ |
Settings templates (no secrets) | Reference only |
plugins.json |
Plugin manifest | Reference only |
Codex CLI's AGENTS.md is auto-generated from claude/PRINCIPLES.md + claude/RULES.md + claude/FLAGS.md.
# Preview changes (no modifications)
./setup.sh --dry-run
# Apply symlinks + generate AGENTS.md + show plugin info
./setup.sh
# Regenerate ~/.codex/AGENTS.md only
./setup.sh --regenerateThe setup script:
- Creates symlinks from
$HOMEconfig dirs to this repo - Backs up existing files before replacing (
.backup.YYYYMMDD_HHMMSS) - Generates
~/.codex/AGENTS.mdfrom shared instruction files - Displays plugin manifest for manual configuration
| Skill | Description |
|---|---|
| my-claude-audit | Comprehensive Claude Code configuration audit with interactive HTML dashboard |
Plugins are managed by their respective marketplaces, not version-controlled here.
See plugins.json for the list of tracked marketplaces and enabled plugins.