{"id":48344814,"url":"https://github.com/mzored/superpowers-cc-to-codex","last_synced_at":"2026-04-09T10:01:21.609Z","repository":{"id":348785221,"uuid":"1199888283","full_name":"mzored/superpowers-cc-to-codex","owner":"mzored","description":"Claude orchestrates, Codex executes. Combines Claude's judgment with GPT's speed for coding, debugging, review, and TDD.","archived":false,"fork":false,"pushed_at":"2026-04-06T02:57:39.000Z","size":325,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T07:02:53.498Z","etag":null,"topics":["ai-coding","claude","claude-code","claude-code-plugin","codex","mcp","plugin","superpowers"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mzored.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-02T20:16:42.000Z","updated_at":"2026-04-06T02:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f1d560a-66d3-41fa-b076-4a947e744373","html_url":"https://github.com/mzored/superpowers-cc-to-codex","commit_stats":null,"previous_names":["mzored/superpowers-cc-to-codex"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mzored/superpowers-cc-to-codex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzored%2Fsuperpowers-cc-to-codex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzored%2Fsuperpowers-cc-to-codex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzored%2Fsuperpowers-cc-to-codex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzored%2Fsuperpowers-cc-to-codex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mzored","download_url":"https://codeload.github.com/mzored/superpowers-cc-to-codex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzored%2Fsuperpowers-cc-to-codex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-coding","claude","claude-code","claude-code-plugin","codex","mcp","plugin","superpowers"],"created_at":"2026-04-05T06:03:22.342Z","updated_at":"2026-04-07T08:01:09.706Z","avatar_url":"https://github.com/mzored.png","language":"JavaScript","readme":"# Superpowers × Codex\n\n\u003e Claude orchestrates. Codex executes. One plugin, two models.\n\nA Claude Code plugin that combines **Claude's orchestration and judgment** with **GPT's speed at bounded coding tasks**. Forked from [obra/superpowers](https://github.com/obra/superpowers), adapted for [Codex CLI](https://github.com/openai/codex) delegation.\n\n## Why Two Models?\n\nClaude and GPT have complementary strengths:\n\n| | Claude | GPT (via Codex) |\n| - | - | - |\n| **Best at** | Orchestration, planning, user dialogue, subagent coordination | Fast code generation, debugging, diff review |\n| **Role here** | Controller — owns the conversation thread | Worker — executes bounded tasks |\n| **Speed** | Thoughtful, context-rich | Fast mode available (GPT-5.4 Fast) |\n\nThe plugin keeps Claude in the driver's seat for design decisions and workflow control, while delegating execution-heavy work to Codex — getting the best of both worlds.\n\n```text\nUser ↔ Claude (controller)\n         │\n         ├─ skills/        SKILL.md workflows guide Claude's decisions\n         │\n         ├─ MCP Server     scripts/mcp-server.mjs (primary transport)\n         │   ├─ codex_research      read-only repo exploration\n         │   ├─ codex_plan          first-pass implementation plans\n         │   ├─ codex_implement     bounded coding tasks\n         │   ├─ codex_review        structured or advisory diff review\n         │   ├─ codex_debug         root cause investigation\n         │   ├─ codex_branch_analysis  branch readiness check\n         │   └─ codex_resume        resume existing thread\n         │\n         └─ Codex CLI      GPT-5.4 / GPT-5.4-mini (configurable)\n```\n\n## Quick Start\n\n```bash\n# Add the marketplace\n/plugin marketplace add mzored/superpowers-cc-to-codex\n\n# Install the plugin\n/plugin install superpowers-cc-to-codex@superpowers-cc-to-codex\n```\n\nWant the original Superpowers without Codex delegation? See [obra/superpowers](https://github.com/obra/superpowers).\n\n## Configuration\n\n`.claude/codex-defaults.json` is automatically created with sensible defaults on first use. Customize it:\n\n```json\n{\n  \"model\": \"gpt-5.4\",\n  \"modelMini\": \"gpt-5.4-mini\",\n  \"effort\": \"medium\",\n  \"serviceTier\": \"fast\"\n}\n```\n\n| Key | Description | Default |\n|-----|-------------|---------|\n| `model` | Model for implementation, review, resume | `gpt-5.4` |\n| `modelMini` | Model for research, planning, debug, branch analysis | `gpt-5.4-mini` |\n| `effort` | Reasoning effort: `low`, `medium`, `high` | per-tool |\n| `serviceTier` | Set to `\"fast\"` for GPT Fast mode (requires ChatGPT auth) | — |\n\nResolution: explicit MCP args → project config → tool defaults. Every parameter can be overridden per-call.\n\n## Skills\n\n| Skill | What it does | MCP Tool |\n|-------|-------------|----------|\n| `brainstorming-codex` | Design exploration with bounded repo research | `codex_research` |\n| `writing-plans-codex` | Plan creation with Codex first-pass drafting | `codex_plan` |\n| `subagent-driven-development-codex` | Task execution with implementer + reviewer | `codex_implement` + `codex_review` |\n| `requesting-code-review-codex` | Structured or advisory diff review | `codex_review` |\n| `receiving-code-review-codex` | External feedback reception with verification | `codex_review` |\n| `systematic-debugging-codex` | 4-phase debugging with root cause investigation | `codex_debug` |\n| `test-driven-development-codex` | Strict red-green-refactor TDD | `codex_implement` (TDD mode) |\n| `finishing-a-development-branch-codex` | Branch completion with readiness analysis | `codex_branch_analysis` |\n| `dispatching-parallel-agents-codex` | Parallel independent-domain dispatch | `codex_implement` (parallel) |\n| `verification-before-completion-codex` | Evidence-before-claims safety gate | Claude-side only |\n| `using-git-worktrees-codex` | Isolated worktree setup with safety checks | Claude-side only |\n\n## Requirements\n\n- **Claude Code** with plugin marketplace support\n- **Codex CLI** installed and authenticated (`codex` ≥ 0.111.0)\n- **Node.js** 22+\n- **git**\n\n## Development\n\n```bash\nnpm test                    # Run all tests (node --test)\nnpm run doctor              # Validate plugin + CLI setup\nnpm run check:upstream      # Check upstream fork drift\nnpm run validate:plugin     # Validate plugin structure\n```\n\n## Links\n\n- [obra/superpowers](https://github.com/obra/superpowers) — upstream skills framework\n- [openai/codex](https://github.com/openai/codex) — Codex CLI (the bounded worker)\n- [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) — transport layer\n- [Model Context Protocol](https://modelcontextprotocol.io/) — MCP specification\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzored%2Fsuperpowers-cc-to-codex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmzored%2Fsuperpowers-cc-to-codex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzored%2Fsuperpowers-cc-to-codex/lists"}