skills/math/real-analysis/continuity/SKILL.md
Problem-solving strategies for continuity in real analysis
npx skillsauth add rubicanjr/FinCognis continuityInstall 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 continuity problems in real analysis.
Check Definition
Use SymPy for Limit Check
sympy_compute.py limit "f(x)" --var x --at aPiecewise Functions
sympy_compute.py limit "f(x)" --var x --at a --dir leftVerify with Z3
z3_solve.py prove "limit_exists implies continuous"uv run python -m runtime.harness scripts/sympy_compute.py limit "f(x)" --var x --at a
uv run python -m runtime.harness scripts/sympy_compute.py limit "f(x)" --var x --at a --dir left
uv run python -m runtime.harness scripts/z3_solve.py prove "continuous_at_a"
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.