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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
<img src="!/claude-jumping.svg" alt="section divider" width="60" height="50">
|
||||
</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 |
|
||||
|
||||
<p align="center">
|
||||
<img src="!/claude-jumping.svg" alt="section divider" width="60" height="50">
|
||||
</p>
|
||||
|
||||
## 🧰 SKILL COLLECTIONS
|
||||
|
||||
Repos primarily known as curated libraries of `SKILL.md` files (distinct from full workflow methodologies above). Sorted by stars descending.
|
||||
|
||||
Reference in New Issue
Block a user