Stats
Links
Categories
Amp Code integration for Claude Code — multi-model review, analysis, and task delegation
npx claudepluginhub ujuc/amp-plugin-ccAmp Code integration for Claude Code — multi-model review, analysis, and task delegation
Claude Code plugin that integrates Amp Code for multi-model code review, analysis, and task delegation.
npm install -g @sourcegraph/amp@latestamp auth login or set AMP_API_KEY# Local install
cp -r amp-plugin-cc ~/.claude/plugins/
# Or from marketplace (after registration)
/plugin install amp-plugin-cc
| Command | Description |
|---|---|
/amp:review | Code review via Amp's multi-model routing |
/amp:adversarial | Adversarial review challenging design decisions |
/amp:rescue | Delegate complex tasks to Amp's subagent system |
/amp:analyze | Deep analysis via Amp's Deep mode |
/amp:status | Show active Amp threads |
/amp:setup | Check installation and configure plugin |
Set via Claude Code plugin config:
| Option | Description | Default |
|---|---|---|
AMP_API_KEY | Amp API key (optional if logged in) | — |
DEFAULT_MODEL_MODE | Model mode: deep, free, large, rush, smart | free |
REVIEW_GATE | Enable review gate before session end | false |
claude
> /amp:setup # Check installation
> /amp:review # Review current changes
> /amp:adversarial # Adversarial review
> /amp:rescue fix bug # Delegate task to Amp
> /amp:analyze # Deep analysis
> /amp:status # Show Amp threads
npm test # Run tests
MIT