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 residues in complex analysis
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill residues --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/residuesContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for residues in complex analysis
name: residues description: "Problem-solving strategies for residues in complex analysis" allowed-tools: [Bash, Read]
Use this skill when working on residues problems in complex analysis.
1. **Computing Residues**
2. **Identify Pole Order**
3. **Essential Singularities**
4. **Apply Residue Theorem**
uv run python -m runtime.harness scripts/sympy_compute.py residue "1/((z-1)*(z-2))" --var z --at 1
uv run python -m runtime.harness scripts/sympy_compute.py limit "(z - z0)*f(z)" --var z --at z0
uv run python -m runtime.harness scripts/sympy_compute.py series "exp(1/z)" --var z --at 0
uv run python -m runtime.harness scripts/z3_solve.py prove "abs(z0) < R"
*From indexed textbooks:*
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