with one click
continuity
Problem-solving strategies for continuity in real analysis
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Problem-solving strategies for continuity in real analysis
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
Debug issues by investigating logs, database state, and git history
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
| name | continuity |
| description | Problem-solving strategies for continuity in real analysis |
| allowed-tools | ["Bash","Read"] |
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.