parcadei/convergence
Problem-solving strategies for convergence in real analysis
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill convergence
Use this skill when working on convergence problems in real analysis.
sympy_compute.py limit "a_{n+1}/a_n"sympy_compute.py limit "a_n^(1/n)"z3_solve.py prove for inequality boundssympy_compute.py sum "a_n" --var n --from 0 --to oouv run python -m runtime.harness scripts/sympy_compute.py limit "a_n" --var n --at oo
uv run python -m runtime.harness scripts/sympy_compute.py sum "1/n**2" --var n --from 1 --to oo
uv run python -m runtime.harness scripts/z3_solve.py prove "series_bounded"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Take parcadei/convergence from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.