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 integration theory in measure theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill integration-theory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/integration-theoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for integration theory in measure theory
name: integration-theory description: "Problem-solving strategies for integration theory in measure theory" allowed-tools: [Bash, Read]
Use this skill when working on integration-theory problems in measure theory.
1. **Simple function integration**
2. **Monotone Convergence Theorem (MCT)**
3. **Dominated Convergence Theorem (DCT)**
4. **Fatou's Lemma**
5. **Fubini-Tonelli**
uv run python -m runtime.harness scripts/sympy_compute.py integrate "sum(a_i * chi_E_i)" --var mu
uv run python -m runtime.harness scripts/z3_solve.py prove "f_n_increasing implies lim_integral_equals_integral_lim"
uv run python -m runtime.harness scripts/z3_solve.py prove "abs(f_n) <= g and g_integrable implies limit_exchange"
uv run python -m runtime.harness scripts/sympy_compute.py limit "liminf(integral_f_n)" --comparison "integral_liminf_f_n"
*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