← ClaudeAtlas

multi-llm-advisorlisted

Fetches additional perspectives from OpenAI Codex and Google Gemini for architecture, review, and debugging. Transparently displays all LLM calls.
freitasp1/claude-code-skills · ★ 8 · AI & Automation · score 71
Install: claude install-skill freitasp1/claude-code-skills
# Multi-LLM Advisor This skill calls Codex 5.1 Pro and Gemini 3 Pro to provide additional perspectives. ## When to Activate - Architecture decisions (new features, refactoring) - Code review (before commits, PRs) - Debugging (complex errors, performance issues) - On explicit request ("second opinion", "different perspective") ## Usage ``` Use the multi-llm-advisor skill to get architecture feedback on [topic] Use the multi-llm-advisor skill to review this code Use the multi-llm-advisor skill to debug [issue] ``` ## Transparency Format Every invocation displays the following: ``` +==============================================================+ | MULTI-LLM ADVISOR - [MODE: ARCHITECTURE|REVIEW|DEBUG] | +==============================================================+ | CONTEXT SENT TO LLMs: | | - Files: [list] | | - Question: [prompt] | | - Tokens: ~[count] | +--------------------------------------------------------------+ | CODEX 5.1 PRO RESPONSE: | | [response] | +--------------------------------------------------------------+ | GEMINI 3 PRO RESPONSE: | | [response] | +------------------------------------------------------------