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 source coding in information theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill source-coding --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/source-codingContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for source coding in information theory
name: source-coding description: "Problem-solving strategies for source coding in information theory" allowed-tools: [Bash, Read]
Use this skill when working on source-coding problems in information theory.
1. **Source Coding Theorem**
2. **Huffman Coding**
3. **Kraft Inequality**
4. **Arithmetic Coding**
5. **Rate-Distortion Theory**
uv run python -c "print('Huffman codes for a=0.5, b=0.25, c=0.125, d=0.125: a=0, b=10, c=110, d=111')"uv run python -m runtime.harness scripts/sympy_compute.py simplify "2**(-l1) + 2**(-l2) + 2**(-l3) + 2**(-l4)"
uv run python -m runtime.harness scripts/z3_solve.py prove "expected_length >= entropy"
*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