Multi-agent code quality and architecture review with cross-validation
npx claudepluginhub josstei/argus-claudeMulti-agent code quality and architecture review with cross-validation
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Browser automation for AI agents
The all-seeing code reviewer
Argus is a multi-agent code review system designed to detect and prevent architecture drift in evolving codebases.
It runs specialized agents in parallel—covering areas like architecture, naming, dependency injection, dead code, and error handling—and validates every finding against the code. Argus also integrates with the Codex CLI and Gemini to cross-validate results across multiple LLMs, discarding any unverified issues and surfacing only accurate, actionable feedback.
# Add marketplace
/plugin marketplace add josstei/argus-claude
# Install
/plugin install argus@josstei-argus-claude
# Run a review
/argus:review # Shows confirmation prompt
/argus:review --yes # Accepts defaults immediately
Select a review level and go. No configuration needed.
| Level | Model | Time | Token Usage | Best For |
|---|---|---|---|---|
| Fast | Haiku | ~2 min | Low | Quick checks during development |
| Balanced | Sonnet | ~5 min | Moderate | Regular code reviews |
| Comprehensive | Opus | ~8 min | Higher | PR reviews, releases |
/argus:review # Shows confirmation prompt
/argus:review --level fast # Skip prompt, use Fast
/argus:review --level balanced # Skip prompt, use Balanced
/argus:review --yes # Skip prompt, use defaults
| Command | Description |
|---|---|
/argus:review | Run code review |
/argus:config | View settings |
/argus:help | Show help |
/argus:config set scope src/ # Always review src/
/argus:config set output markdown # Always save reports
Argus reads only the user-level config file:
~/.claude/argus.json (personal, all projects)| Phase | Focus |
|---|---|
| Architecture | Boundary violations, layer issues |
| Code Hygiene | Dead code, unused exports |
| Naming | Convention compliance |
| Quality | DI patterns, error handling, resources |
| Optimization | Performance opportunities |
Phases run based on depth setting:
quick - Architecture + Hygienestandard - All except Optimizationthorough - All phasesEnable cross-validation with other LLM CLIs:
/argus:review --external
Requires Codex CLI and/or Gemini CLI installed. Argus auto-detects availability and only enables detected tools.
Argus prioritizes long-term excellence over quick fixes:
MIT