Add multi-llm-plugin skill - #1549
Open
Sir Beastly (beastlabai) wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
One entry in Development & Code Tools (README.md only, per the repo's PR validation workflow):
multi-llm-plugin - Multi-LLM orchestration plugin for Claude Code: parallel plan review, task generation, implementation, and code review across 12 coding harnesses (Codex, Cursor, opencode, pi, aider, Antigravity…)
What problem it solves
A single model reviewing its own plan or code has blind spots. This plugin fans a plan, task list, implementation, or diff out to multiple independent coding CLIs in parallel (Codex, Cursor CLI, opencode, pi, aider, Antigravity, and 6 more), then aggregates their reviews so you get genuinely independent second opinions inside one Claude Code session.
Who uses this workflow
Built from and used in the author's daily Claude Code development workflow (plan review before implementation, multi-model code review before merge). Installable as a standard Claude Code plugin via its marketplace repo; a full walkthrough video and a short intro are linked in the README.
Example
Runs the plan past each configured provider in parallel and returns a consolidated review. Other modes: generate tasks from a plan, implement tasks, review code changes against a plan, or ask all models a free-text question.
Attribution
Original work by @beastlabai.
Honest disclosure
The repo is young: 8 GitHub stars at submission time. Documentation, examples, and an e2e test harness are in place; it is tested on Claude Code (it orchestrates other coding CLIs, so it is Claude Code-specific rather than Claude.ai/API-portable).