0xa3b/claude-in-codex
v1.3.1
Run Claude Code from Codex for adversarial review, feedback triage, and in-scope fixes.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "claude-in-codex",
"version": "1.3.1",
"description": "Run Claude Code from Codex for adversarial review, feedback triage, and in-scope fixes.",
"author": {
"name": "Alex Baker"
},
"homepage": "https://github.com/0xA3B/skills/blob/main/plugins/claude-in-codex/README.md",
"repository": "https://github.com/0xA3B/skills",
"keywords": ["claude", "claude-code", "review", "adversarial-review"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Claude in Codex",
"shortDescription": "Ask Claude Code to adversarially review Codex changes.",
"longDescription": "A Codex plugin for invoking Claude Code as a review-scoped adversarial reviewer, triaging findings as external feedback, applying accepted in-scope fixes, and validating the result. Also ships the Claude CLI contract for delegating work to Claude Code, including a copyable Codex subagent definition.",
"developerName": "Alex Baker",
"category": "Productivity",
"capabilities": ["Read", "Write"],
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg",
"defaultPrompt": [
"Use $claude-in-codex:adversarial-review to have Claude adversarially review my current changes.",
"Use $claude-in-codex:adversarial-review to run a Claude Code review of this branch."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 4YAML files
- claude-agent.toml
- review-output.schema.json
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai