maestro/skills/archive/router-first-architecture/SKILL.md
Router-First Architecture
npx skillsauth add scooter-lacroix/maestro router-first-architectureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Route through domain routers before using individual tools. Routers abstract tool selection.
Domain routers (like math-router) provide deterministic mapping from user intent to exact CLI commands. Always use the router first; only bypass for edge cases.
math-router route "<intent>" before any math operationcoActivate in skill-rules.json)command: nullDomain skills should co-activate with their router:
{
"math/abstract-algebra/groups": {
"coActivate": ["math-router"],
"coActivateMode": "always"
}
}
This ensures the router is always available when domain knowledge is activated.
Keep the trigger layer broader than routing - the router should handle "not found" gracefully.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic