routing

Community

Smartly direct queries to the right data sources automatically.

Authoredangx100
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates manual data source selection by automatically routing queries to the most appropriate collections or search methods.

Core Features & Use Cases

  • Intelligent Routing: Determines whether to search vector databases, web search, or use direct LLM.
  • Collection Selection: Identifies which knowledge base collections (catalog, faq, troubleshooting) to search.
  • Use Case: When a customer asks about both technical issues and return policies, this Skill automatically searches both troubleshooting and FAQ collections.

Quick Start

Route the query "What gaming laptops do you have?" to the appropriate data source.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: routing
Download link: https://github.com/edangx100/adaptive_rag/archive/main.zip#routing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository