math
✓Unified math capabilities - computation, solving, and explanation. I route to the right tool.
Installation
SKILL.md
One entry point for all computation and explanation. I route to the right tool based on your request.
| "Solve x² - 4 = 0" | SymPy solve | | "Integrate sin(x) from 0 to π" | SymPy integrate | | "Eigenvalues of [[1,2],[3,4]]" | SymPy eigenvalues | | "Is x² + 1 > 0 for all x?" | Z3 prove | | "Convert 5 miles to km" | Pint | | "Explain what a functor is" | Category theory skill |
| solve | Solve equations | solve "x2 - 4" --var x | | integrate | Definite/indefinite integral | integrate "sin(x)" --var x --lower 0 --upper pi | | diff | Derivative | diff "x3" --var x | | simplify | Simplify expression | simplify "sin(x)2 + cos(x)2" | | limit | Compute limit | limit "sin(x)/x" --var x --point 0 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill math- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is math?
Unified math capabilities - computation, solving, and explanation. I route to the right tool. Source: parcadei/continuous-claude-v3.
How do I install math?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/parcadei/continuous-claude-v3 --skill math Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/parcadei/continuous-claude-v3
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-03