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 boundary value problems in odes pdes
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill boundary-value-problems --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/boundary-value-problemsContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for boundary value problems in odes pdes
name: boundary-value-problems description: "Problem-solving strategies for boundary value problems in odes pdes" allowed-tools: [Bash, Read]
Use this skill when working on boundary-value-problems problems in odes pdes.
1. **Problem Classification**
2. **Shooting Method**
3. **Finite Difference Method**
4. **Collocation/BVP Solver**
5. **Eigenvalue Problems**
uv run python -c "from scipy.integrate import solve_bvp; import numpy as np; ode = lambda x, y: [y[1], -y[0]]; bc = lambda ya, yb: [ya[0], yb[0]-1]; x = np.linspace(0, np.pi, 10); y = np.zeros((2, 10)); sol = solve_bvp(ode, bc, x, y); print('Solution at pi/2:', sol.sol(np.pi/2)[0])"uv run python -m runtime.harness scripts/sympy_compute.py linsolve "tridiagonal_matrix" "boundary_vector"
uv run python -m runtime.harness scripts/z3_solve.py prove "eigenvalue_real"
*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