Route research to specialist skills
researchskillsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Route research queries to specialist handlers
Best for
Routing research queries by domain beats running generic fallback searches.
Inputs
- · file or document content
- · natural language query/prompt
- · structured budget or ledger data
- · session or state context
- · specification or requirements document
Outputs
- · markdown briefing with citations
- · HTML or rendered web content
- · task list or implementation plan
- · code, migrations, or SQL
- · active session handle
- · design specifications or mockups
- · routing decision with delegation path
- · budget analysis with assumptions
Requires
- · WebSearch MCP
- · WebFetch MCP
- · local runtime (Node/Python/bash)
Preconditions
- · Input file exists and is readable
- · Specification or requirements document prepared
- · Input type must be classifiable to one route
Failure modes
- · Timeout or rate limit exceeded on external calls
- · Input cannot be classified to any route
- · Ambiguous input requires clarifying question
- · Input file missing or malformed
Trust signals
- · Open-source repo available: alirezarezvani/claude-skills