Cross-platform Claude Code plugin integrating OpenAI Codex CLI for code review, task delegation, and consultation
{
"mcpServers": {
"skill-codex": {
"command": "npx",
"args": [
"-y",
"skill-codex"
]
}
}
}