skills/math/real-analysis/limits/SKILL.md
Problem-solving strategies for limits in real analysis
npx skillsauth add rubicanjr/FinCognis limitsInstall 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 limits problems in real analysis.
Direct Substitution
Indeterminate Form? (0/0, inf/inf)
sympy_compute.py diff on numerator/denominatorSqueeze Theorem
z3_solve.py proveEpsilon-Delta Proof
math_scratchpad.py verifyuv run python -m runtime.harness scripts/sympy_compute.py limit "sin(x)/x" --var x --at 0
uv run python -m runtime.harness scripts/sympy_compute.py diff "x**2" --var x
uv run python -m runtime.harness scripts/z3_solve.py prove "limit_bound" --vars x
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.