Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
agent-routing - Skill - OpenSmartRoute
Skillv1.0.0
agent-routing
Routing, delegation, and manager-brief rules for the agent hierarchy.
Instruction file imported from NAYTOUX/Copilot-AI-Agent (.github/instructions/agent-routing.instructions.md). Copyright stays with the author.
Agent Routing Rules
Route to the fewest agents that can answer correctly.
Do not broadcast to all workers.
Build a manager brief before delegation.
Include objective, constraints, done criteria, non-goals, validation, and risk.
The Orchestrator keeps ownership until specialist outputs are reconciled.
If routing is unclear, use Chief of Staff or Repo Explorer before editing.
If an agent's scope overlaps another, prefer the one with the narrower domain.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "naytoux-copilot-ai-agent-agent-routing-instructions",
"kind": "skill",
"name": "agent-routing",
"description": "Routing, delegation, and manager-brief rules for the agent hierarchy.",
"publisher": "NAYTOUX",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Routing, delegation, and manager-brief rules for the agent hierarchy."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/NAYTOUX/Copilot-AI-Agent",
"path": ".github/instructions/agent-routing.instructions.md",
"ref": "0b46f39b89c52636a7374c8cca63091abe1385e7",
"url": "https://github.com/NAYTOUX/Copilot-AI-Agent/blob/0b46f39b89c52636a7374c8cca63091abe1385e7/.github/instructions/agent-routing.instructions.md",
"key": "NAYTOUX/Copilot-AI-Agent/.github/instructions/agent-routing.instructions.md"
},
"applies_to": [
"AGENTS.md",
".github/agents/**",
".github/memory/ORCHESTRATOR_ROUTING_SCORECARD.md"
]
},
"instructions": "# Agent Routing Rules\n\n- Route to the fewest agents that can answer correctly.\n- Do not broadcast to all workers.\n- Build a manager brief before delegation.\n- Include objective, constraints, done criteria, non-goals, validation, and risk.\n- The Orchestrator keeps ownership until specialist outputs are reconciled.\n- If routing is unclear, use `Chief of Staff` or `Repo Explorer` before editing.\n- If an agent's scope overlaps another, prefer the one with the narrower domain.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/naytoux-copilot-ai-agent-agent-routing-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.