Advanced, research-oriented mathematics expert system. Provides rigorous symbolic computation, numerical simulation, and proof assistance across four major pillars: Analysis & PDE, Algebra & Geometry, Stochastics, and Discrete Math.
A comprehensive, research-oriented AI assistant for advanced mathematics. It acts as a meta-skill, routing queries to specialized sub-domains for rigorous analysis and simulation.
Target Audience: Undergraduate/Graduate Mathematics Students, Researchers.
This skill is organized into four major departments. The Agent should determine the user's mathematical field and route to the appropriate subdirectory.
domains/analysis-pde/)domains/algebra-geometry/)domains/stochastics/)domains/discrete/)Step 1: Identify the Domain Read the user's request and map it to one of the four domains above.
Step 2: Navigate & Load
Navigate to the domain's folder and read its SKILL.md for specific instructions on using its specialized agents and Python scripts.
Example Routing:
domains/stochastics/ (Advanced Stochastics).domains/algebra-geometry/ (Geometry).domains/analysis-pde/ (Differential Equations).All domains share access to the common/ library for standard operations:
symbolic_engine.py (SymPy wrappers)numeric_engine.py (NumPy/SciPy wrappers)plot_engine.py (Visualization tools)