From 45b9682bf2ded32f9a00da335427d8d54c8d71e8 Mon Sep 17 00:00:00 2001
From: Shayan Rais
Date: Wed, 13 May 2026 00:51:51 +0500
Subject: [PATCH] docs(readme): add CROSS-MODEL WORKFLOWS section with 4 repos
(10k+ stars)
Insert new section between DEVELOPMENT WORKFLOWS and SKILL COLLECTIONS.
Seeds the table with musistudio/claude-code-router (34k Router),
router-for-me/CLIProxyAPI (32k Router), openai/codex-plugin-cc (18k
Plugin), and BeehiveInnovations/pal-mcp-server (12k MCP, formerly
zen-mcp-server). Re-home the existing Cross-Model methodology doc as
the section intro and drop the now-redundant bullet from Others.
Co-Authored-By: Claude
---
README.md | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index de17cd3..ed00e4b 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,6 @@ All major workflows converge on the same architectural pattern: **Research → P
> *Note: yellow tags are sub-loops — steps that repeat inside a parent step (e.g. per task, per story, or until a verify condition passes).*
### Others
-- [Cross-Model (Claude Code + Codex) Workflow](development-workflows/cross-model-workflow/cross-model-workflow.md) [](development-workflows/cross-model-workflow/cross-model-workflow.md)
- [RPI](development-workflows/rpi/rpi-workflow.md) [](development-workflows/rpi/rpi-workflow.md)
- [Ralph Wiggum Loop](https://www.youtube.com/watch?v=eAtvoGlpeRU) [](https://github.com/shanraisshan/ralph-wiggum-self-evolving-loop)
- [Andrej Karpathy (Founding Member, OpenAI) Workflow](https://x.com/karpathy/status/2015883857489522876)
@@ -134,6 +133,27 @@ All major workflows converge on the same architectural pattern: **Research → P
+## 🔀 CROSS-MODEL WORKFLOWS
+
+Use Claude Code together with other models — Codex, Gemini, GPT, Kimi, DeepSeek, local — via three mechanisms:
+
+- **Plugin** — another model's CLI runs inside Claude Code (slash commands like `/codex:review`)
+- **MCP** — Claude Code calls another model as a tool through Model Context Protocol
+- **Router** — Claude Code's API endpoint is swapped to a different provider
+
+Methodology: [Cross-Model (Claude Code + Codex) Workflow](development-workflows/cross-model-workflow/cross-model-workflow.md) [](development-workflows/cross-model-workflow/cross-model-workflow.md) — manual two-terminal flow with Plan in Claude, QA-Review in Codex.
+
+| Name | ★ | Type | Bridges to | What it does |
+|------|---|------|------------|--------------|
+| [musistudio/claude-code-router](https://github.com/musistudio/claude-code-router) | 34k | Router | OpenRouter, DeepSeek, Ollama, Gemini, Kimi, Qwen, Groq, +more | Routes Claude Code's API to any compatible provider, with per-task model selection |
+| [router-for-me/CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI) | 32k | Router | Gemini CLI, Codex, Claude Code, Antigravity | Wraps each CLI as an OpenAI/Gemini/Claude/Codex-compatible API service |
+| [openai/codex-plugin-cc](https://github.com/openai/codex-plugin-cc) | 18k | Plugin | Codex / GPT-5 | Official OpenAI plugin: `/codex:review`, `/codex:adversarial-review`, `/codex:rescue` inside Claude Code |
+| [BeehiveInnovations/pal-mcp-server](https://github.com/BeehiveInnovations/pal-mcp-server) | 12k | MCP | Gemini, OpenAI, Azure, Grok, Ollama, OpenRouter (50+ models) | Multi-model MCP server (formerly `zen-mcp-server`) — call other models as Claude tools |
+
+
+
+
+
## 🧰 SKILL COLLECTIONS
Repos primarily known as curated libraries of `SKILL.md` files (distinct from full workflow methodologies above). Sorted by stars descending.