By nokodoko
Specialized sub-agents for code review: Code Reviewer, Code Simplifier, Security Reviewer, Tech Lead, and UX Reviewer
List and run specialized code review agents
Run Code Reviewer agent - analyzes architecture, DRY, Unix philosophy, extensibility
Run Code Simplifier agent - reduces complexity, removes dead code
Run all review agents on target code
Run Security Reviewer agent - vulnerability detection, OWASP analysis
A collection of specialized agents, plugins, and tooling for Claude Code.
Five specialized sub-agents for comprehensive code review:
| Command | Agent | Model | Purpose |
|---|---|---|---|
/code-review <target> | Code Reviewer | sonnet | Code quality, DRY, architecture |
/security-review <target> | Security Reviewer | opus | OWASP vulnerabilities, threat analysis |
/tech-lead <target> | Tech Lead | opus | Architecture, tech debt, risk assessment |
/ux-review <target> | UX Reviewer | haiku | Accessibility, error handling, responsive design |
/code-simplify <target> | Code Simplifier | haiku | Reduce complexity, remove dead code |
/review-all <target> | All agents | mixed | Run all five in parallel |
Scaffold new Claude Code plugins interactively:
/plugin-generator:generate [plugin-name]
Creates plugins with:
agents/
├── agents/ # Agent prompt definitions
├── commands/ # Slash commands that invoke agents
├── plugins/ # Claude Code plugins
│ ├── code-review-agents/ # Plugin exposing review commands
│ └── plugin_generator/ # Plugin scaffolding tool
├── settings/ # User settings (LSP, MCP, hooks)
├── .claude-plugin/ # Marketplace registry
├── config.json # Agent metadata
└── run_agent.py # CLI helper for agent invocation
# Install code review agents
claude plugin install code-review-agents@agents
# Install plugin generator
claude plugin install plugin-generator@agents
Copy to your plugins directory:
cp -r plugins/plugin_generator ~/.claude/plugins/
cp -r plugins/code-review-agents ~/.claude/plugins/
# In a Claude Code session
/code-review ./src/
/security-review ./api/
/review-all ./project/
/plugin-generator:generate my-awesome-plugin
python run_agent.py --list # List available agents
python run_agent.py code_reviewer ./src/ # Get Task config for one agent
python run_agent.py --all ./src/ # Get Task configs for all agents
Create prompt file in agents/<agent_name>.md:
# Agent Name
**Model:** sonnet|opus|haiku
## System Prompt
<prompt content>
Add entry to config.json under agents
Create command in commands/<command-name>.md
MIT
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.
npx claudepluginhub nokodoko/agents --plugin code-review-agentsGenerates Datadog Terraform infrastructure for new client engagements. Creates S3 backends, monitors, dashboards, roles, and API keys based on client questionnaire responses. Supports AWS, GCP, and Azure.
Scaffolds new Claude Code plugins with interactive component selection
Comprehensive code review with architecture, security, and PR enhancement
Agents for code review, security audits, debugging, and quality assurance
Code review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
DevsForge Strategic Code Governance Architect delivering comprehensive code review methodologies, quality assurance frameworks, and development excellence optimization that transforms code review from quality checkpoint into strategic business value creation and development excellence catalyst
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
Automated code review with severity levels and actionable feedback