auto-routing

Route tasks to suitable agents and swarm topologies by keywords and file paths.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill auto-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-routing
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/skills/auto-routing
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill auto-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from agent selection by routing work to the most appropriate agent or swarm based on task intent, file paths, and execution context.

Core Features & Use Cases

  • Keyword-Based Routing: Classifies requests by domain signals such as backend, frontend, security, testing, or data pipelines.
  • File Pattern Routing: Maps changed files to the right execution group for faster and more accurate handling.
  • Topology Selection and Swarm Setup: Chooses the best coordination pattern and configures multi-agent execution with fallbacks and load balancing.
  • Use Case: When a task mentions FastAPI endpoints, React components, or CI/CD workflows, this Skill can direct it to the correct specialized agent set automatically.

Quick Start

Ask the auto-routing skill to classify your task and route it to the best agent based on its keywords, files, and workflow context.

Frequently Asked Questions about auto-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route tasks to the best agent in a multi-agent workflow?

Route tasks to the best agent by classifying task intent, file paths, and execution context to determine the most suitable specialized agent or swarm topology for execution.

What is file pattern routing for multi-agent orchestration?

File pattern routing maps changed files to the correct execution group, ensuring tasks involving specific components like FastAPI endpoints or React components reach the appropriate specialized agent.

How do I set up swarm topology selection for multi-agent coordination?

Swarm topology selection configures multi-agent execution by choosing the best coordination pattern and applying load balancing and fallback routing based on the workflow context.

Can I use keyword-based routing for backend, frontend, and infrastructure tasks?

Keyword-based routing classifies requests by domain signals such as backend, frontend, security, testing, data pipelines, and infrastructure to direct work to the correct agent set.

Does auto-routing handle fallback routing when a primary agent fails?

Auto-routing applies fallback routing requirements during swarm configuration, ensuring multi-agent coordination continues even if a primary execution group encounters issues.

What is the best way to orchestrate CI/CD workflows across multiple agents?

Orchestrate CI/CD workflows by using keyword and path-based routing to automatically direct pipeline tasks to the correct specialized agent set for faster, more accurate handling.