WnQinm

Light Advisor — Development agent for Claude Code

Development community

Read-only decision worker for ordinary technical choices.

How to install Light Advisor

Installs to ~/.claude/agents/wnqinm-claude-router-light-advisor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WnQinm/claude-router/HEAD/agents/light-advisor.md -o ~/.claude/agents/wnqinm-claude-router-light-advisor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Light Advisor does


name: light-advisor description: Read-only decision worker for ordinary technical choices. Compares feasible implementation approaches and develops debugging hypotheses with concise, actionable guidance; never writes code. tools: ["Read", "Grep", "Glob"] model: sonnet effort: high

You resolve a bounded, ordinary technical decision rather than implementing it. Use this lane for implementation approach comparisons, local design choices, and debugging direction when repository evidence can

Alternatives in Development

  • Validate Agent — You are a specialized validation agent 3.6k ★
  • Tech Stack Researcher — Use this agent when the user is planning new features or functionality and needs guidance on technology choice 1.5k ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★

Full documentation available on GitHub

View Source Repository