Единый маршрутизатор математических вычислений
ai-tooling
math-unified is a Claude Code skill that acts as a single entry point for all mathematical computation and explanation, routing each request to the appropriate backend automatically. Symbolic math — solving equations, integration, differentiation, Taylor series, Laplace transforms, matrix operations (eigenvalues, RREF, null space, characteristic polynomial), number theory, and combinatorics — runs through SymPy via sympy_compute.py. Constraint satisfaction and inequality proving use Z3, while unit conversion (e.g., miles to kilometers) is handled by Pint. The math_router.py script accepts natural-language requests and returns the exact command to execute. For conceptual questions, the skill references dedicated topic modules covering abstract algebra, category theory, topology, measure theory, numerical methods, and a dozen more areas. It suits anyone doing symbolic algebra, linear algebra, ODEs, or physical unit conversion inside Claude Code.
- #mathematics
- #computation
- #routing
- #symbolic-math