secretary-routing

Routes agent management tasks to the appropriate manager agents based on user intent.

34|5|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/baekenough/oh-my-customcode --skill secretary-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secretary-routing
Source: https://github.com/baekenough/oh-my-customcode/tree/main/templates/.claude/skills/secretary-routing
Command: npx skills add https://github.com/baekenough/oh-my-customcode --skill secretary-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes agent management tasks to the correct manager agent. Use when user requests agent creation, updates, audits, git operations, sync checks, or verification.

Core Features & Use Cases

  • Orchestrates routing to the appropriate manager agents (mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sync-checker, mgr-sauron) based on user intent.
  • Supports single-task routing and batch routing for multiple agents.
  • Provides clear triggers and coordination for cross-agent workflows to ensure consistent outcomes.

Quick Start

Provide a user request like "create agent for lang-golang-expert" and secretary-routing will route it to the appropriate manager agent.

Frequently Asked Questions about secretary-routing

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

FAQPage Schema
How does multi-agent orchestration route tasks to the right manager?

Multi-agent orchestration routes tasks to the right manager by analyzing user intent and mapping requests like creation or git syncs to specific manager agents. It uses defined triggers and fallbacks to ensure consistent coordination outcomes.

What is the best way to automate batch routing for agent management workflows?

The best way to automate batch routing is to submit multiple agent management requests together. The routing system processes the batch, mapping each task to the appropriate manager agent for creation, updates, or verification to ensure consistent orchestration.

When do I need a routing orchestration layer for agent management?

You need a routing orchestration layer when coordinating cross-agent workflows that involve multiple operations like audits, git operations, and sync checks. It provides necessary guardrails, mapping, and fallbacks to ensure consistent multi-agent outcomes.

Can I use a single routing trigger for cross-agent workflows like git operations and sync checks?

Yes, you can use a single routing trigger for cross-agent workflows. The routing system evaluates user intent and directs tasks like git operations or sync checks to specialized manager agents, coordinating workflows to ensure consistent results.

What are the limitations of using automated routing for agent creation and verification?

The main limitation is reliance on predefined triggers and fallbacks; if user intent is ambiguous, automated routing may struggle to map requests correctly. It is designed for specific workflows like creation, updates, audits, and verification.