One-click install
npx skills add https://github.com/VCnoC/Claude-Code-Zen-mcp-Skill-Work --skill main-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: main-router
Source: https://github.com/VCnoC/Claude-Code-Zen-mcp-Skill-Work/tree/main/skills/main-router
Command: npx skills add https://github.com/VCnoC/Claude-Code-Zen-mcp-Skill-Work --skill main-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often struggle to choose the right AI tool for a task, leading to manual effort and suboptimal results. This Skill eliminates that guesswork by intelligently routing requests to the best-suited AI agent or tool.

Core Features & Use Cases

  • Intelligent Task Dispatch: Automatically analyzes your request and sends it to the most appropriate specialized AI skill (e.g., planning, code review, documentation).
  • Standards-Based Orchestration: Ensures all AI actions comply with project and global rules (AGENTS.md/CLAUDE.md), maintaining consistency and quality.
  • Full Automation Mode: Once enabled, the router makes all decisions autonomously, logging every step for transparency, so you don't have to intervene.
  • Use Case: Simply tell Claude "Develop a user registration feature." The main-router will automatically initiate planning, code generation, quality checks, and documentation, orchestrating the entire process without you needing to select individual tools.

Quick Start

To analyze available skills

请使用 main-router 帮我分析当前可用的技能

To start a fully automated task

全程自动化,开发用户注册功能

Frequently Asked Questions about main-router

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

FAQPage Schema
How do I automatically route tasks to the right AI skill without manually selecting tools?

Task routing intelligently analyzes your request and dispatches it to the most appropriate skill—planning, code generation, code review, documentation, or analysis—based on intent and project standards, eliminating manual tool selection.

Can I automate an entire workflow from planning through code development to documentation?

Yes. Full automation mode orchestrates the complete workflow: describe your goal (e.g., 'develop user registration'), and the router coordinates planning, code generation, quality checks, and documentation without requiring intervention between steps.

How does the router ensure AI actions comply with project standards?

Standards-based orchestration applies project and global rules (AGENTS.md/CLAUDE.md) to every routed task, maintaining consistency across planning, code generation, and review by validating compliance before skill invocation.

What happens when multiple skills could handle a task?

Conflict resolution logic evaluates request intent, skill specialization, and project context to select the single best-matched skill, then logs the decision for transparency and audit trails.

Can I see what the router is doing as it processes my request?

Active task monitoring logs every routing decision and skill invocation step, providing full transparency into how requests flow through the orchestration system.

Does the router work with custom skills and MCP tools?

Yes. The router analyzes available skills and MCP tools to determine routing eligibility, enabling intelligent dispatch across both built-in and custom tool ecosystems.