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 operator theory in functional analysis
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill operator-theory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/operator-theoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for operator theory in functional analysis
name: operator-theory description: "Problem-solving strategies for operator theory in functional analysis" allowed-tools: [Bash, Read]
Use this skill when working on operator-theory problems in functional analysis.
1. **Bounded operator verification**
2. **Adjoint operator**
3. **Spectral Theory**
4. **Compact operators**
5. **Spectral Theorem**
uv run python -m runtime.harness scripts/z3_solve.py prove "norm(Tx) <= M*norm(x)"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "<Tx, y> - <x, T_star_y>"
uv run python -m runtime.harness scripts/z3_solve.py prove "self_adjoint implies real_spectrum"
uv run python -m runtime.harness scripts/sympy_compute.py limit "norm(T - T_n)" --var n --at 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