Get an external code review from another AI model (Codex or Gemini CLI). Use when completing a feature, bug fix, or refactor before marking work done.
A collection of shareable plugins for Claude Code.
| Plugin | Description |
|---|---|
| external-agent-review | Get an external code review from another AI model (Codex or Gemini CLI) |
/plugin marketplace add verygoodsoftwareorg/claude-plugins
/plugin install external-agent-review@verygood-plugins
Add to your project's .claude/settings.json to pre-configure for team members:
{
"extraKnownMarketplaces": {
"verygood-plugins": {
"source": {
"source": "github",
"repo": "verygoodsoftwareorg/claude-plugins"
}
}
},
"enabledPlugins": {
"external-agent-review@verygood-plugins": true
}
}
plugins/ with your plugin name.claude-plugin/plugin.json with the plugin manifestskills/<skill-name>/SKILL.mdREADME.md describing the plugin.claude-plugin/marketplace.json.claude-plugin/
marketplace.json # Marketplace catalogue
plugins/
<plugin-name>/
.claude-plugin/
plugin.json # Plugin manifest
skills/
<skill-name>/
SKILL.md # Skill definition
README.md # Plugin documentation
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub verygoodsoftwareorg/claude-plugins --plugin external-agent-reviewCode review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Double-check layer for the Official Codex plugin — wraps every Codex interaction with Claude's independent critical evaluation. Review, adversarial, rescue, verify, research.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions