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 channel capacity in information theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill channel-capacity --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/channel-capacityContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for channel capacity in information theory
name: channel-capacity description: "Problem-solving strategies for channel capacity in information theory" allowed-tools: [Bash, Read]
Use this skill when working on channel-capacity problems in information theory.
1. **Mutual Information**
2. **Channel Model**
3. **Channel Capacity**
4. **Common Channels** | Channel | Capacity | |---------|----------| | Binary Symmetric (BSC) | 1 - H(p) where p = crossover prob | | Binary Erasure (BEC) | 1 - epsilon where epsilon = erasure prob | | AWGN | 0.5 * log2(1 + SNR) |
5. **Blahut-Arimoto Algorithm**
uv run python -c "from scipy.stats import entropy; p = [0.5, 0.5]; q = [0.6, 0.4]; H_X = entropy(p, base=2); H_Y = entropy(q, base=2); print('H(X)=', H_X, 'H(Y)=', H_Y)"uv run python -m runtime.harness scripts/sympy_compute.py simplify "1 + p*log(p, 2) + (1-p)*log(1-p, 2)"
uv run python -m runtime.harness scripts/z3_solve.py prove "I(X;Y) <= H(X)"
*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