Anmol-Srv

Query Router — Development skill for Claude Code

Development community

Classify the intent of this search query for a personal knowledge base.

How to install Query Router

Installs to ~/.claude/skills/anmol-srv-sigil-query-router/SKILL.md

Terminal
mkdir -p ~/.claude/skills/anmol-srv-sigil-query-router && curl -fsSL https://raw.githubusercontent.com/Anmol-Srv/sigil/HEAD/prompts/query-router.md -o ~/.claude/skills/anmol-srv-sigil-query-router/SKILL.md

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

What Query Router does

Classify the intent of this search query for a personal knowledge base.

Intents

  • preference: Asking about likes, dislikes, preferences, opinions ("which fruit do I like", "what's my favorite tool", "do I prefer X or Y")
  • factual: Asking for specific information ("how does X work", "what is the rule for Y", "what BLEU score did the model achieve")
  • entity_lookup: Looking up a specific person, tool, system, or concept by name ("tell me about Redis", "what do I know about John")

Alternatives in Development

  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Rb Refresh — Rebuild the repobrain project knowledge base after significant changes 1.3k ★
  • Cq — An open standard for shared agent learning 1.3k ★

Full documentation available on GitHub

View Source Repository