codex-claude-council
v0.8.1Ask OpenAI Codex (ChatGPT) and Claude the same question through your own signed-in CLIs. They answer independently, critique each other, reply to the critiques, and agree on one answer.
By Hamza AzizLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex-claude-council for Codex and Claude Code
codex plugin marketplace add hamza-aziz-ai/codex-claude-council
codex plugin marketplace upgrade codex-claude-council
codex plugin add codex-claude-council@codex-claude-councilPaste and run these commands in a terminal with Codex. They add and refresh the codex-claude-council catalog, then install this plugin.
Compatibility: the page URL and API slug “codex-claude-council” remain stable.
- Codex:
codex-claude-council@agent-plugin-marketplace→codex-claude-council@codex-claude-council
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hamza-aziz-ai/codex-claude-councilClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/codex-claude-council/SKILL.md└── .mcp.json
Included Skills1
Ask OpenAI Codex (ChatGPT) and Claude the same question through the user's own signed-in CLIs; they critique each other, reply to the critiques and return one answer both agree with. Use when the user asks for both models, a council or debate, a second opinion from ChatGPT/Codex or Claude, a cross-check of an answer, plan or decision, or to discuss something with their Codex or Claude Code session.
MCP servers1
- command
- node
- args
- ./src/mcp-server.mjs
- cwd
- .
Plugin manifests2
{
"name": "codex-claude-council",
"version": "0.8.1",
"description": "Ask OpenAI Codex (ChatGPT) and Claude the same question through your own signed-in CLIs. They answer independently, critique each other, reply to the critiques, and agree on one answer.",
"author": {
"name": "Hamza Aziz",
"url": "https://github.com/hamza-aziz-ai"
},
"homepage": "https://github.com/hamza-aziz-ai/codex-claude-council",
"repository": "https://github.com/hamza-aziz-ai/codex-claude-council",
"license": "MIT",
"keywords": [
"council",
"second-opinion",
"codex",
"chatgpt",
"claude",
"cross-check",
"mcp"
],
"skills": "./skills/",
"mcpServers": {
"council": {
"command": "node",
"args": [
"./src/mcp-server.mjs"
],
"cwd": ".",
"tool_timeout_sec": 604800
}
},
"interface": {
"displayName": "Codex–Claude Council",
"shortDescription": "A second opinion from Codex and Claude",
"longDescription": "Ask Codex and Claude independently, have each critique the other and reply to the critique of its own answer, and get one answer both agree with, all through your own ChatGPT and Claude subscriptions. Choose the model and effort per question.",
"developerName": "Hamza Aziz",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://github.com/hamza-aziz-ai/codex-claude-council",
"defaultPrompt": [
"Ask the council: is this design sound?",
"Get Claude's second opinion on this answer.",
"Run a council debate on these two options."
]
}
}{
"name": "codex-claude-council",
"displayName": "Codex–Claude Council",
"version": "0.8.1",
"description": "Ask OpenAI Codex (ChatGPT) and Claude the same question through your own signed-in CLIs. They answer independently, critique each other, reply to the critiques, and agree on one answer. Per-call model and effort control.",
"author": {
"name": "Hamza Aziz",
"url": "https://github.com/hamza-aziz-ai"
},
"homepage": "https://github.com/hamza-aziz-ai/codex-claude-council",
"repository": "https://github.com/hamza-aziz-ai/codex-claude-council",
"license": "MIT",
"keywords": [
"council",
"second-opinion",
"codex",
"chatgpt",
"claude",
"cross-check",
"mcp"
],
"mcpServers": {
"council": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/mcp-server.mjs"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-claude-council on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-claude-council)