multi-llm-advisor
Fetches additional perspectives from OpenAI Codex and Google Gemini for architecture, review, and debugging. Transparently displays all LLM calls.
npx skills add majiayu000/claude-skill-registry --skill multi-llm-advisor-freitasp1-claude-code-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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] | +--------------------------------------------------------------+ | SYNTHESIS (Claude's Recommendation): | | [combined
- When to Activate
- Usage
- Transparency Format
- Prompt Templates
- Architecture Mode
- Review Mode
- Debug Mode
- API Configuration
- Script Location
- Hook Integration
- Real-World Example
What does the multi-llm-advisor skill do?
Fetches additional perspectives from OpenAI Codex and Google Gemini for architecture, review, and debugging. Transparently displays all LLM calls.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill multi-llm-advisor-freitasp1-claude-code-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
