Skip to main content
Back to registry

math-router

parcadei/continuous-claude-v3

ALWAYS use this router first for math requests.

Installs164
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill math-router
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
ALWAYS use this router first for math requests. Instead of reading individual skill documentation, call the router to get the exact command: If the router returns {"command": null} , the intent wasn't recognized. Then: - User says: "integrate sin(x) from 0 to pi" - You run: uv run python scripts/cc_math/math_router.py route "integrate sin(x) from 0 to pi" - Router returns: { "command" : "uv run python scripts/cc_math/sympy_compute.py integrate \"sin(x)\" --var x --lower 0 --upper pi" , "confidence" : 0.95 } - You execute the returned command - Return result to user - Faster : No need to read skill docs - Deterministic : Pattern-based, not LLM inference - Accurate : Extracts arguments correctly - Complete : Covers 32 routes across 7 scripts - Ask user to clarify - Or use individual skills: /sympy-compute, /z3-solve, /pint-compute, etc.

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 math-router do?

ALWAYS use this router first for math requests.

Is math-router good?

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

What agent does math-router work with?

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

What are alternatives to math-router?

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

How do I install math-router?

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

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering