math-router by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill math-router对于数学请求,务必首先使用此路由。
无需阅读单个技能文档,调用路由即可获取精确命令:
# 路由任何数学意图以获取 CLI 命令
uv run python scripts/cc_math/math_router.py route "<用户的数学请求>"
用户说:"integrate sin(x) from 0 to pi"
您运行:uv run python scripts/cc_math/math_router.py route "integrate sin(x) from 0 to pi"
路由返回:
{
"command": "uv run python scripts/cc_math/sympy_compute.py integrate \"sin(x)\" --var x --lower 0 --upper pi",
"confidence": 0.95
}
您执行返回的命令
将结果返回给用户
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 类别 | 命令 |
|---|---|
| sympy | integrate, diff, solve, simplify, limit, det, eigenvalues, inv, expand, factor, series, laplace, fourier |
| pint | convert, check |
| shapely | create, measure, pred, op |
| z3 | prove, sat, optimize |
| scratchpad | verify, explain |
| tutor | hint, steps, generate |
| plot | plot2d, plot3d, latex |
# 列出所有可用路由
uv run python scripts/cc_math/math_router.py list
# 按类别列出路由
uv run python scripts/cc_math/math_router.py list --category sympy
如果路由返回 {"command": null},则表示意图未被识别。此时:
每周安装量
200
代码仓库
GitHub 星标
3.6K
首次出现
2026年1月22日
安全审计
安装于
opencode194
codex193
gemini-cli191
cursor189
github-copilot188
amp184
ALWAYS use this router first for math requests.
Instead of reading individual skill documentation, call the router to get the exact command:
# Route any math intent to get the CLI command
uv run python scripts/cc_math/math_router.py route "<user's math request>"
User says: "integrate sin(x) from 0 to pi"
You run: uv run python scripts/cc_math/math_router.py route "integrate sin(x) from 0 to pi"
Router returns:
{
"command": "uv run python scripts/cc_math/sympy_compute.py integrate \"sin(x)\" --var x --lower 0 --upper pi",
"confidence": 0.95
}
You execute the returned command
Return result to user
| Category | Commands |
|---|---|
| sympy | integrate, diff, solve, simplify, limit, det, eigenvalues, inv, expand, factor, series, laplace, fourier |
| pint | convert, check |
| shapely | create, measure, pred, op |
| z3 | prove, sat, optimize |
| scratchpad | verify, explain |
| tutor | hint, steps, generate |
| plot | plot2d, plot3d, latex |
# List all available routes
uv run python scripts/cc_math/math_router.py list
# List routes by category
uv run python scripts/cc_math/math_router.py list --category sympy
If the router returns {"command": null}, the intent wasn't recognized. Then:
Weekly Installs
200
Repository
GitHub Stars
3.6K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode194
codex193
gemini-cli191
cursor189
github-copilot188
amp184
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
31,600 周安装