math
✓统一数学能力——计算、解决和解释。我选择正确的工具。
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 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill math- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-03
- 更新时间
- 2026-02-18
快速解答
什么是 math?
统一数学能力——计算、解决和解释。我选择正确的工具。 来源:parcadei/continuous-claude-v3。
如何安装 math?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/parcadei/continuous-claude-v3 --skill math 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/parcadei/continuous-claude-v3
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-03