josstei/argus-claude

3 stars · Last commit 2026-02-08

Argus - Multi-agent code quality & architecture review plugin for Claude Code. Runs parallel analysis agents with cross-validation to catch real issues, not false positives.

README preview

# Argus

> 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.

## Quick Start

```bash
# 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

View full repository on GitHub →