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 second order odes in odes pdes
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill second-order-odes --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/second-order-odesContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for second order odes in odes pdes
name: second-order-odes description: "Problem-solving strategies for second order odes in odes pdes" allowed-tools: [Bash, Read]
Use this skill when working on second-order-odes problems in odes pdes.
1. **Classify the ODE**
2. **Homogeneous with Constant Coefficients**
3. **Particular Solution (Non-homogeneous)**
4. **Numerical Solution**
5. **Boundary Value Problems**
uv run python -c "from scipy.integrate import solve_ivp; sol = solve_ivp(lambda t, Y: [Y[1], -Y[0]], [0, 10], [1, 0]); print('y(10) =', sol.y[0][-1])"uv run python -m runtime.harness scripts/sympy_compute.py solve "r**2 + r + 1" --var r
uv run python -m runtime.harness scripts/sympy_compute.py dsolve "Derivative(y,x,2) + y"
*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