Advisor: A /advisor Slash Command for Claude Code That Runs Opus + Parallel Sonnet Runners

Reddit user Vzwjustin built advisor — a /advisor slash command for Claude Code that runs Opus as a 'strategist' coordinating multiple Sonnet (Opus's hands) runners reading files in parallel.
How It Works
- Opus does a structural pass with Glob+Grep, ranks files P1–P5
- Spawns Sonnet runners based on codebase size (not a hardcoded pool)
- Writes a custom prompt for each runner tailored to its file batch
- Runners read, find bugs, and talk back to Opus live — they can ask questions mid-investigation; Opus can redirect drift; every finding gets verified the moment it lands
Key Technical Details
- No external API calls — pure Claude Code native agent tools
- Opus reads the cited
file:lineto verify each finding before confirming - Zero runtime dependencies (just a CLI that builds prompts)
- Scope drift caught with a two-strikes rotation rule
Results
Ran on its own codebase and caught 6 real bugs, including:
- A bidi-character 'trojan source' gap in the prompt sanitizer
- A missing ReDoS guard on one of four glob-compile branches
Installation
uvx --from advisor-agent advisor installRepository: github.com/vzwjustin/advisor
Who it's for: Developers using Claude Code who want to reduce manual review on first pass — not a replacement for human review.
📖 Read the full source: r/ClaudeAI
👀 See Also

Benchmark Results: 15 LLMs Tested on 38 Real Workflow Tasks
A developer benchmarked 15 cloud and local LLMs on 38 tasks from their actual workflow, including CSV transforms, letter counting, modular arithmetic, and format compliance. Claude 3.5 Sonnet and Opus both scored 100%, but Sonnet costs 3.5x less per call.

Offload Routine Claude Code Work to Gemma via offload-mcp MCP Server
offload-mcp is a new MCP server that lets Claude offload routine tasks like commit messages and PR summaries to free model APIs (default Gemma via Google GenAI API), saving Claude tokens and running lightweight work without local hardware constraints.

WebClaw: Open-Source MCP Server for Web Extraction with Claude
WebClaw is an open-source MCP server built with Claude Code that provides web extraction tools for Claude Desktop and Claude Code, solving Claude's built-in web_fetch limitations with TLS fingerprinting and content optimization.

ClawCall Adds Inbound Calling — Your OpenClaw Agent Gets Its Own Number
ClawCall now supports inbound calling — your OpenClaw agent gets a dedicated number, picks up within seconds, and talks with your tone. Easier greeting and personality setup via natural language.