Skip to content
Development
Skill

/limits

Problem-solving strategies for limits in real analysis

From plugin
continuous-claude-v3
3.9k156 skills32 agents
Install
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill limits --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/limits

Context preview

The summary Claude sees to decide when to auto-load this skill.

Problem-solving strategies for limits in real analysis

SKILL.md

limits.SKILL.md
name: limits
description: "Problem-solving strategies for limits in real analysis"
allowed-tools: [Bash, Read]

Limits

When to Use

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

Decision Tree

1. **Direct Substitution**

  • Try plugging in the value directly
  • If you get a determinate form, that's the answer

2. **Indeterminate Form? (0/0, inf/inf)**

  • Try algebraic manipulation (factor, rationalize)
  • Try L'Hopital's rule: `sympy_compute.py diff` on numerator/denominator

3. **Squeeze Theorem**

  • If bounded: find g(x) <= f(x) <= h(x) where lim g = lim h
  • Verify bounds with `z3_solve.py prove`

4. **Epsilon-Delta Proof**

  • For rigorous proof: set up |f(x) - L| < epsilon
  • Find delta in terms of epsilon
  • Verify with `math_scratchpad.py verify`

Tool Commands

Sympy_Limit

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

Sympy_Diff

uv run python -m runtime.harness scripts/sympy_compute.py diff "x**2" --var x

Z3_Prove

uv run python -m runtime.harness scripts/z3_solve.py prove "limit_bound" --vars x

Cognitive Tools Reference

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

Ships withcontinuous-claude-v3

A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting

Get the whole plugin

Other skills on continuous-claude-v3.