Agent skill · Code Review & Quality

multi-llm-advisor

Fetches additional perspectives from OpenAI Codex and Google Gemini for architecture, review, and debugging. Transparently displays all LLM calls.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/multi-llm-advisor-freitasp1-claude-code-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Activate
  2. Usage
  3. Transparency Format
  4. Prompt Templates
  5. Architecture Mode
  6. Review Mode
  7. Debug Mode
  8. API Configuration
  9. Script Location
  10. Hook Integration
  11. Real-World Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going