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 natural transformations in category theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill natural-transformations --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/natural-transformationsContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for natural transformations in category theory
name: natural-transformations description: "Problem-solving strategies for natural transformations in category theory" allowed-tools: [Bash, Read]
Use this skill when working on natural-transformations problems in category theory.
1. **Verify Naturality**
G(f) . eta_A = eta_B . F(f)
2. **Component Analysis**
3. **Natural Isomorphism**
4. **Functor Category**
5. **Yoneda Lemma Application**
# Lean 4: theorem nat : η.app B ≫ G.map f = F.map f ≫ η.app A := η.naturality
# Lean 4: def η : F ⟶ G where app := fun X => component_X
# Lean 4: CategoryTheory.yonedaEquiv -- Yoneda lemma
lake build # Compiler-in-the-loop verification
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