Skip to main content
Back to registry

router-first-architecture

parcadei/continuous-claude-v3

Route through domain routers before using individual tools. Routers abstract tool selection.

Installs150
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill router-first-architecture
About this skill
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. Domain skills should co-activate with their router: 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. - Call math-router route " " before any math operation - Let domain skills co-activate with their router (via coActivate in skill-rules.json) - Trust the router's confidence score; only fall back if command: null - Keep trigger keywords/patterns in skill-rules.json broader than routing patterns - Call individual scripts directly when a router exists - Duplicate routing logic in individual skills - Let domain skills bypass their router - Skill-rules trigger layer : Nudges Claude to use the router (keywords, intent patterns) - Router routing layer : Deterministic mapping to scripts via regex patterns - 2bbc8d6e: "Trigger layer was narrower than routing layer" - expanded triggers - This session: Wired 8 domain math skills to co-activate with math-router

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does router-first-architecture do?

Route through domain routers before using individual tools. Routers abstract tool selection.

Is router-first-architecture good?

router-first-architecture does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does router-first-architecture work with?

router-first-architecture currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to router-first-architecture?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install router-first-architecture?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill router-first-architecture

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering