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

Apfel: Free CLI Tool to Access Apple's On-Device LLM on macOS
Apfel v0.6.13 is a Swift 6.3 binary that exposes Apple's built-in LLM as a CLI tool, OpenAI-compatible server, and interactive chat. It runs 100% on-device with no API keys or costs, using the 4,096-token model shipped with macOS 26+ on Apple Silicon Macs.

Kanban CLI: A Local-First, Agent-First Task Manager for the Terminal
Kanban CLI is a Rust-based terminal tool that provides structured task tracking with full git integration, designed for AI agent-driven workflows.

log-context-mcp: MCP tool reduces log token usage by 96% for Claude debugging
log-context-mcp is an MCP tool that preprocesses log files before they reach Claude's context, deduplicating lines, grouping stack traces, and stripping noise to reduce token usage. Testing on a 2000-line Apache log showed 96.5% reduction while correctly identifying root causes.

Drop-in OAuth Provider for Personal FastMCP Servers on All Claude Platforms
A developer created a single-file Python OAuth provider that enables personal FastMCP servers to work on Claude.ai web, mobile, and Desktop platforms without requiring external identity services like Auth0 or Google.