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 proof theory in mathematical logic
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill proof-theory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/proof-theoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for proof theory in mathematical logic
name: proof-theory description: "Problem-solving strategies for proof theory in mathematical logic" allowed-tools: [Bash, Read]
Use this skill when working on proof-theory problems in mathematical logic.
1. **Proof Strategy Selection**
2. **Structural Induction**
3. **Cut Elimination**
4. **Completeness/Soundness Check**
5. **Proof Verification**
uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "P(0)"
uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "ForAll([n], Implies(P(n), P(n+1)))"
uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "Implies(derivable(phi), valid(phi))"
uv run python -m runtime.harness scripts/cc_math/math_scratchpad.py verify "proof_structure"
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