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 open sets in topology
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill open-sets --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/open-setsContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for open sets in topology
name: open-sets description: "Problem-solving strategies for open sets in topology" allowed-tools: [Bash, Read]
Use this skill when working on open-sets problems in topology.
1. **Is f: X -> Y continuous?**
2. **Open Set Verification**
3. **Topological Properties**
4. **Continuity Tests**
uv run python -m runtime.harness scripts/z3_solve.py prove "preimage_open"
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll(eps, Exists(delta, d(x,a) < delta implies d(f(x),f(a)) < eps))"
uv run python -m runtime.harness scripts/z3_solve.py prove "ball_contained"
*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