Skip to content

Add multi-llm-plugin skill - #1549

Open
Sir Beastly (beastlabai) wants to merge 1 commit into
ComposioHQ:masterfrom
beastlabai:add-multi-llm-plugin
Open

Add multi-llm-plugin skill#1549
Sir Beastly (beastlabai) wants to merge 1 commit into
ComposioHQ:masterfrom
beastlabai:add-multi-llm-plugin

Conversation

@beastlabai

Copy link
Copy Markdown

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

/multi-llm:multi-llm review my plan in plans/feature.md

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant