Router Builder Skill Build the Semantic Router for intelligent resource selection. Overview The router provides fast, embedding-based routing to: - Slash commands - Sub-agents - Skills - Workflows Uses the same embedding model as RAG for consistency. Prerequisites Build Steps Step 1: Create Router Core File: Step 2: Create Route Definitions File: File: File: Step 3: Create MCP Server File: Step 4: Create Test Script File: Verification Adding New Routes 1. Edit the appropriate YAML file in 2. Add 5-10 example utterances per route 3. Include metadata for resource location After Building 1. ✅ Ru…