trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Problem-solving strategies for limits in real analysis
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill limits --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/limitsContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for limits in real analysis
name: limits description: "Problem-solving strategies for limits in real analysis" allowed-tools: [Bash, Read]
Use this skill when working on limits problems in real analysis.
1. **Direct Substitution**
2. **Indeterminate Form? (0/0, inf/inf)**
3. **Squeeze Theorem**
4. **Epsilon-Delta Proof**
uv run python -m runtime.harness scripts/sympy_compute.py limit "sin(x)/x" --var x --at 0
uv run python -m runtime.harness scripts/sympy_compute.py diff "x**2" --var x
uv run python -m runtime.harness scripts/z3_solve.py prove "limit_bound" --vars x
See `.claude/skills/math-mode/SKILL.md` for full tool documentation.
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
Repo: parcadei/Continuous-Claude-v3
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Guide for integrating Agentica SDK with Claude Code CLI proxy
Reference guide for Agentica multi-agent infrastructure APIs