Маршрутизация математических вычислений по CLI-инструментам

orchestration

math-router is a Claude Code skill that deterministically routes mathematical requests by mapping natural language intent to exact CLI commands for SymPy, Z3, Pint, Shapely, and related tools. It covers 32 routes across 7 scripts, including integration, differentiation, equation solving, theorem proving, unit conversion, geometric operations, 2D/3D plotting, and Laplace and Fourier transforms. Routing is pattern-based rather than LLM-driven, so each matched request returns a ready-to-run command along with a confidence score. The skill is designed to be invoked first on any math-related request — the user states a problem in plain language, and the router produces the precise command for Claude to execute immediately. When intent goes unrecognized, it returns a null command and falls back to individual skills like /sympy-compute or /z3-solve.