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 predicate logic in mathematical logic
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill predicate-logic --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/predicate-logicContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for predicate logic in mathematical logic
name: predicate-logic description: "Problem-solving strategies for predicate logic in mathematical logic" allowed-tools: [Bash, Read]
Use this skill when working on predicate-logic problems in mathematical logic.
1. **Quantifier Analysis**
2. **Prenex Normal Form**
3. **Skolemization (for Exists)**
4. **Resolution Proof**
5. **Model Theory**
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([x], Implies(P(x), Q(x)))"
uv run python -m runtime.harness scripts/z3_solve.py sat "Exists([x], And(P(x), Not(Q(x))))"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(ForAll([x], P(x)), P(a))"
uv run python -m runtime.harness scripts/z3_solve.py model "Exists([x], P(x))"
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