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 entropy in information theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill entropy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/entropyContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for entropy in information theory
name: entropy description: "Problem-solving strategies for entropy in information theory" allowed-tools: [Bash, Read]
Use this skill when working on entropy problems in information theory.
1. **Shannon Entropy**
2. **Entropy Properties**
3. **Joint and Conditional Entropy**
4. **Differential Entropy (Continuous)**
5. **Maximum Entropy Principle**
uv run python -c "from scipy.stats import entropy; p = [0.25, 0.25, 0.25, 0.25]; H = entropy(p, base=2); print('Entropy:', H, 'bits')"uv run python -c "from scipy.stats import entropy; p = [0.5, 0.5]; q = [0.9, 0.1]; kl = entropy(p, q); print('KL divergence:', kl)"uv run python -m runtime.harness scripts/sympy_compute.py simplify "-p*log(p, 2) - (1-p)*log(1-p, 2)"
*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