Sync Claude Skills To Codex
Description
Sync Claude Code skills to Codex CLI via symlinks
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
sync-claude-skills-to-codex
Sync Claude Code skills to Codex CLI via symlinks. Share your skill library between both AI coding assistants.
What it does
- Creates symlinks from
~/.codex/skills/to your Claude Code skills - Syncs both plugin skills (
~/.claude/plugins/cache/) and personal skills (~/.claude/skills/) - Includes
list-skillsenumerator for skill discovery - Handles plugin version changes (re-run after updates)
Installation
From GitHub (recommended)
# Step 1: Add the marketplace
/plugin marketplace add ariccb/sync-claude-skills-to-codex
# Step 2: Install the plugin
/plugin install sync-claude-skills-to-codex@ariccb-ai-tools
Manual installation
Clone and copy the skill to your personal skills directory:
git clone https://github.com/ariccb/sync-claude-skills-to-codex.git
mkdir -p ~/.claude/skills
cp -r sync-claude-skills-to-codex/sync-claude-skills-to-codex/skills/sync-claude-skills-to-codex ~/.claude/skills/
Usage
In Claude Code or Codex, run:
/sync-claude-skills-to-codex
The skill will:
- Find all Claude Code skills (plugins + personal)
- Create symlinks in
~/.codex/skills/ - Install
list-skillsenumerator in~/bin/
Options
/sync-claude-skills-to-codex— Run full sync/sync-claude-skills-to-codex list— List current skills without syncing/sync-claude-skills-to-codex --dry-run— Show what would be synced
List skills
After installation, use the enumerator:
list-skills # Human-readable list
list-skills --json # JSON output for tooling
Why symlinks?
Both Claude Code and Codex use identical `SKILL.md` formats (YAML frontmatter + markdown). Symlinks mean:
- Changes to source skills instantly reflect in both tools
- No disk space duplication
- Single source of truth
Re-running after plugin updates
When Claude Code plugins update versions, symlinks may break. Just re-run:
/sync-claude-skills-to-codex
License
MI
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11