agentsclimarketplace

Continuity

Skill parcadei/Continuous-Claude-v3/.claude/skills/math/real-analysis/continuity

Problem-solving strategies for continuity in real analysisFrom its SKILL.md

Install
npx -y skills add parcadei/Continuous-Claude-v3 --skill continuity

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.1 KB, 310 tokens by cl100k_base, as published. Nobody here has run it

Continuity

When to Use

Use this skill when working on continuity problems in real analysis.

Decision Tree

  1. Check Definition

    • f(a) exists (function defined at point)
    • lim_{x->a} f(x) exists
    • lim_{x->a} f(x) = f(a)
  2. Use SymPy for Limit Check

    • sympy_compute.py limit "f(x)" --var x --at a
    • Compare with f(a)
  3. Piecewise Functions

    • Check left and right limits separately
    • sympy_compute.py limit "f(x)" --var x --at a --dir left
  4. Verify with Z3

    • z3_solve.py prove "limit_exists implies continuous"

Tool Commands

Sympy_Limit

uv run python -m runtime.harness scripts/sympy_compute.py limit "f(x)" --var x --at a

Sympy_Limit_Left

uv run python -m runtime.harness scripts/sympy_compute.py limit "f(x)" --var x --at a --dir left

Z3_Prove

uv run python -m runtime.harness scripts/z3_solve.py prove "continuous_at_a"

Cognitive Tools Reference

See .claude/skills/math-mode/SKILL.md for full tool documentation.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.