ThrownLemon's Claude Code Plugin Marketplace
A curated collection of Claude Code plugins for code quality, security, productivity, design, and creative tools.
Table of Contents
Quick Start
1. Add the Marketplace
/plugin marketplace add ThrownLemon/claude-code-plugins
2. Install a Plugin
/plugin install <plugin-name>@travis-plugins
3. Use the Plugin
Plugins work in different ways:
- Commands: Type
/pluginname:command (e.g., /coderabbit:local)
- Skills: Auto-triggered by natural language (e.g., "review my code")
- Hooks: Run automatically on specific events (e.g., before a command executes)
Available Plugins
| 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 |
Plugin Details
CodeRabbit
AI-powered code review integration using the CodeRabbit CLI.
Installation:
/plugin install coderabbit@travis-plugins
Prerequisites:
Auto-Triggers:
- "Review my code"
- "Check my changes"
- "Run code review"
- "Find bugs in my code"
Features:
- Local code review before creating PRs
- PR comment management (CodeRabbit + other reviewers)
- Automated review -> fix -> review loops
- Rate limit handling for free tier users
- Automatic base branch detection
Commands
/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
Subagents
cr-reviewer - Code review specialist
Handles the full review workflow:
- Checks prerequisites (CLI installed, authenticated)
- Auto-detects base branch if not specified
- Runs
coderabbit --prompt-only with specified options
- Categorizes findings by severity (Critical, Major, Minor, Trivial)
- Interactive fix loop - apply fixes and re-run review to verify
- Handles rate limiting gracefully
| Property | Value |
|---|
| Tools | Bash, Read, Edit, Write, Grep, Glob |
| Permission Mode | acceptEdits |
cr-pr-manager - PR comment manager
Manages review comments from all sources:
- Auto-detects PR from current branch
- Fetches comments from CodeRabbit, other bots, and human reviewers
- Categorizes by reviewer and severity
- Interactive actions: view details, apply fixes, mark resolved, reply
| Property | Value |
|---|
| Tools | Bash, Read, Edit, Write, Grep, Glob |
Hooks
| Event | Trigger | Action |
|---|
PostToolUse | Edit or Write | Notifies that review is available for new changes |
SubagentStop | cr-reviewer completes | Logs review completion for statistics |
Damage Control
Defense-in-depth security protection using PreToolUse hooks. Adapted from disler/claude-code-damage-control.
Installation:
/plugin install damage-control@travis-plugins
Prerequisites:
Protection Levels: