Skip to content
Development
Skill

/convergence

Problem-solving strategies for convergence in real analysis

From plugin
continuous-claude-v3
3.9k156 skills32 agents
Install
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill convergence --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/convergence

Context preview

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

Problem-solving strategies for convergence in real analysis

SKILL.md

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

Convergence

When to Use

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

Decision Tree

1. **Identify Sequence/Series Type**

  • Geometric series: |r| < 1 converges
  • p-series: p > 1 converges
  • Alternating series: check decreasing + limit 0

2. **Apply Convergence Tests**

  • Ratio test: `sympy_compute.py limit "a_{n+1}/a_n"`
  • Root test: `sympy_compute.py limit "a_n^(1/n)"`
  • Comparison test: find bounding series

3. **Verify Bounds**

  • Use `z3_solve.py prove` for inequality bounds
  • Check monotonicity with derivatives

4. **Compute Sum (if convergent)**

  • `sympy_compute.py sum "a_n" --var n --from 0 --to oo`

Tool Commands

Sympy_Limit

uv run python -m runtime.harness scripts/sympy_compute.py limit "a_n" --var n --at oo

Sympy_Sum

uv run python -m runtime.harness scripts/sympy_compute.py sum "1/n**2" --var n --from 1 --to oo

Z3_Prove

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

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.