Automates task assignment to the most effective AI skill or sequence of skills.

Install

mkdir -p .claude/skills/vc-router && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18686" && unzip -o skill.zip -d .claude/skills/vc-router && rm skill.zip

Installs to .claude/skills/vc-router

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Intelligent skill routing with automatic selection, composition, and fallback. Use when the user doesn't specify a skill, says "just do it", or wants the AI to decide the best approach.
185 chars✓ has a “when” trigger
Advanced

Key capabilities

  • Understand user intent from requests
  • Select the best-fit skill with confidence scoring
  • Compose skills intelligently when needed
  • Fallback gracefully when no skill matches
  • Handle skill failures with recovery options

How it works

The skill classifies user intent, matches it against available skills, calculates confidence scores, and then routes to the best-fit skill or a composed workflow, with fallback mechanisms.

Inputs & outputs

You give it
User request without a specified skill or a 'just do it' command
You get back
Execution of the most appropriate skill or a composed workflow

When to use vc-router

  • Route generic user requests
  • Automate complex agent workflows
  • Handle 'just do it' tasks

About vc-router

Analyzes user intent to route requests to specific agent skills. Supports chaining and fallback mechanisms when the specific skill isn't initially clear.

Intelligent skill routing with automatic selection, composition, and fallback. Use when the user doesn't specify a skill, says "just do it", or wants the AI to decide the best approach.

When not to use it

  • When the user explicitly specifies a skill to use
  • When the user wants to manually select the approach
  • When the user does not want the AI to decide the best approach

Limitations

  • Relies on intent classification for skill selection
  • Sub-agents are optional and may not always be available
  • Fallback is primarily to `vc-phase-loop`

How it compares

This skill automatically determines and executes the most suitable skill or workflow based on user intent, unlike direct skill invocation.

Compared to similar skills

vc-router side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
vc-router (this skill)07moNo flagsAdvanced
autonomous-agents107moNo flagsAdvanced
agent-goal-planner27moNo flagsAdvanced
planner17moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

autonomous-agents

davila7

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b

1041

agent-goal-planner

ruvnet

Agent skill for goal-planner - invoke with $agent-goal-planner

215

planner

solatis

Interactive planning and execution for complex tasks. Use when user asks to use or invoke planner skill.

18

hierarchical-coordinator

MadAppGang

Prevent goal drift in long-running multi-agent workflows using a coordinator agent that validates outputs against original objectives at checkpoints. Use when orchestrating 3+ agents, multi-phase features, complex implementations, or any workflow where agents may lose sight of original requirements. Trigger keywords - "hierarchical", "coordinator", "anti-drift", "checkpoint", "validation", "goal-alignment", "decomposition", "phase-gate", "shared-state", "drift detection".

13

workflow-router

parcadei

Goal-based workflow orchestration - routes tasks to specialist agents based on user goals

13

loki-mode

davila7

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.

12

Search skills

Search the agent skills registry