skills/math/real-analysis/convergence/SKILL.md
Problem-solving strategies for convergence in real analysis
npx skillsauth add rubicanjr/FinCognis convergenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.