Updated readme

This commit is contained in:
Fahad
2025-06-12 15:29:21 +04:00
parent c7eeb68262
commit 8bcbd3dc8b

View File

@@ -16,14 +16,15 @@ task and let it orchestrate between models automatically. Claude stays in contro
but gets perspectives from the best AI for each subtask. Claude can switch between different tools _and_ models mid-conversation, but gets perspectives from the best AI for each subtask. Claude can switch between different tools _and_ models mid-conversation,
with context carrying forward seamlessly. with context carrying forward seamlessly.
**Example Workflow:** **Example Workflow - Claude Code:**
1. Claude uses Gemini Pro to deeply [`analyze`](#6-analyze---smart-file-analysis) the code in question 1. Performs its own reasoning
2. Switches to O3 to continue [`chatting`](#1-chat---general-development-chat--collaborative-thinking) about its findings 2. Uses Gemini Pro to deeply [`analyze`](#6-analyze---smart-file-analysis) the code in question for a second opinion
3. Uses Flash to validate formatting suggestions from O3 3. Switches to O3 to continue [`chatting`](#1-chat---general-development-chat--collaborative-thinking) about its findings
4. Performs the actual work after taking in feedback from all three 4. Uses Flash to evaluate formatting suggestions from O3
5. Returns to Pro for a [`precommit`](#4-precommit---pre-commit-validation) review 5. Performs the actual work after taking in feedback from all three
6. Returns to Pro for a [`precommit`](#4-precommit---pre-commit-validation) review
All within a single conversation thread! Gemini Pro in step 5 _knows_ what was recommended by O3 in step 2! Taking that context All within a single conversation thread! Gemini Pro in step 6 _knows_ what was recommended by O3 in step 3! Taking that context
and review into consideration to aid with its pre-commit review. and review into consideration to aid with its pre-commit review.
**Think of it as Claude Code _for_ Claude Code.** **Think of it as Claude Code _for_ Claude Code.**
@@ -212,6 +213,11 @@ Just ask Claude naturally:
- "Think deeply about this and get o3 to debug this logic error I found in the checkOrders() function" → Uses O3 specifically - "Think deeply about this and get o3 to debug this logic error I found in the checkOrders() function" → Uses O3 specifically
- "Brainstorm scaling strategies with pro. Study the code, pick your preferred strategy and debate with pro to settle on two best approaches" → Uses Gemini Pro specifically - "Brainstorm scaling strategies with pro. Study the code, pick your preferred strategy and debate with pro to settle on two best approaches" → Uses Gemini Pro specifically
> **Remember:** Claude remains in control — but **you** are the true orchestrator.
> You're the prompter, the guide, the signal.
> Your prompt decides when Claude brings in Gemini, Flash, O3 — or handles it solo.
> This MCP isn't magic. It's just **super-glue**.
## Available Tools ## Available Tools
**Quick Tool Selection Guide:** **Quick Tool Selection Guide:**