Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるconvergence
Problem-solving strategies for convergence in real analysis
スター3,803
フォーク296
更新日2026年1月10日 01:54
SKILL.md
readonlyメニュー
Problem-solving strategies for convergence in real analysis
| name | convergence |
| description | Problem-solving strategies for convergence in real analysis |
| allowed-tools | ["Bash","Read"] |
Use this skill when working on convergence problems in real analysis.
Identify Sequence/Series Type
Apply Convergence Tests
sympy_compute.py limit "a_{n+1}/a_n"sympy_compute.py limit "a_n^(1/n)"Verify Bounds
z3_solve.py prove for inequality boundsCompute Sum (if convergent)
sympy_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.
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern