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 hilbert spaces in functional analysis
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill hilbert-spaces --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hilbert-spacesContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for hilbert spaces in functional analysis
name: hilbert-spaces description: "Problem-solving strategies for hilbert spaces in functional analysis" allowed-tools: [Bash, Read]
Use this skill when working on hilbert-spaces problems in functional analysis.
1. **Orthogonal decomposition**
2. **Projection Theorem**
3. **Riesz Representation**
4. **Parseval's Identity**
5. **Bessel's Inequality**
uv run python -m runtime.harness scripts/sympy_compute.py simplify "<x + y, z> == <x,z> + <y,z>"
uv run python -m runtime.harness scripts/z3_solve.py prove "x - P_M(x) in M_perp"
uv run python -m runtime.harness scripts/z3_solve.py prove "bounded_linear_functional iff inner_product_form"
uv run python -m runtime.harness scripts/sympy_compute.py sum "abs(<x, e_n>)**2" --var n --from 1 --to oo
*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