By ThrownLemon
Multi-AI code review - run parallel reviews with Gemini, Codex, and Claude CLIs, then compare findings for consensus analysis
View and modify multi-ai-review plugin settings
View or regenerate a multi-AI review report
Run a full project code review using multiple AI CLIs in parallel
Check the progress of a multi-AI review
Aggregates findings from multiple AI reviewers and generates comparison reports showing consensus, majority opinions, and disagreements.
Orchestrates parallel AI code reviews across Claude, Gemini, and Codex CLIs. Manages execution, monitors progress, and handles failures.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of Claude Code plugins for code quality, security, productivity, design, and creative tools.
/plugin marketplace add ThrownLemon/claude-code-plugins
/plugin install <plugin-name>@travis-plugins
Plugins work in different ways:
/pluginname:command (e.g., /coderabbit:local)| Plugin | Description |
|---|---|
| coderabbit | AI-powered code review using CodeRabbit CLI |
| damage-control | Blocks dangerous commands and protects sensitive files |
| fork-terminal | Spawn parallel AI agents in new terminal windows or git worktrees |
| imagegen | AI image generation with Google Gemini and OpenAI |
| ui-ux-pro-max | Searchable database of UI/UX design intelligence |
| gmcli | Gmail integration for terminal-based email management |
AI-powered code review integration using the CodeRabbit CLI.
Installation:
/plugin install coderabbit@travis-plugins
Prerequisites:
Auto-Triggers:
Features:
/coderabbit:local - Review local code changes before creating a PR
| Argument | Description | Default |
|---|---|---|
--type | Review scope: uncommitted, committed, or all | all |
--base | Base branch to compare against | auto-detect |
/coderabbit:local
/coderabbit:local --type uncommitted
/coderabbit:local --base develop
/coderabbit:local --type committed --base main
/coderabbit:pr - View and manage all PR review comments
| Argument | Description | Default |
|---|---|---|
--pr | PR number to manage | auto-detect from branch |
--filter | Filter by reviewer (coderabbit, human, bot) or severity (critical, major, minor) | none |
/coderabbit:pr
/coderabbit:pr --pr 123
/coderabbit:pr --filter coderabbit
/coderabbit:pr --pr 456 --filter critical
/coderabbit:auth - Authenticate with CodeRabbit CLI
/coderabbit:config - Configure plugin settings
/coderabbit:log - View review history and statistics
cr-reviewer - Code review specialist
Handles the full review workflow:
coderabbit --prompt-only with specified options| Property | Value |
|---|---|
| Tools | Bash, Read, Edit, Write, Grep, Glob |
| Permission Mode | acceptEdits |
cr-pr-manager - PR comment manager
Manages review comments from all sources:
| Property | Value |
|---|---|
| Tools | Bash, Read, Edit, Write, Grep, Glob |
| Event | Trigger | Action |
|---|---|---|
PostToolUse | Edit or Write | Notifies that review is available for new changes |
SubagentStop | cr-reviewer completes | Logs review completion for statistics |
Defense-in-depth security protection using PreToolUse hooks. Adapted from disler/claude-code-damage-control.
Installation:
/plugin install damage-control@travis-plugins
Prerequisites:
curl -LsSf https://astral.sh/uv/install.sh | sh
Protection Levels:
npx claudepluginhub thrownlemon/claude-code-plugins --plugin multi-ai-reviewCodeRabbit integration for Claude Code - local code review and PR comment management
UI/UX design intelligence - 57 styles, 96 palettes, 50 fonts, 25 charts, 11 stacks. Search and apply design best practices.
Audio feedback for Claude Code - sound effects and voice announcements via Kokoro TTS
AI image generation using Google Gemini (Gemini) and OpenAI GPT-Image - generate, edit, iterate, and create assets
Security protection for Claude Code - blocks dangerous commands and protects sensitive files via PreToolUse hooks
Multi-agent code review for Claude Code — parallel review by Codex (GPT-5.5), Gemini 3.1 Pro, and five Claude specialist subagents (one run blind), then verified synthesis.
Codex, Gemini, Claude の3つの AI に並列でコードレビューを依頼し、統合レポートを生成する
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
pair-review app integration — Open PRs and local changes in the pair-review web UI, run server-side AI analysis, and address review feedback. Requires the pair-review MCP server.
Run multiple code review agents in parallel for comprehensive feedback
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.