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 modular arithmetic in graph number theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill modular-arithmetic --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/modular-arithmeticContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for modular arithmetic in graph number theory
name: modular-arithmetic description: "Problem-solving strategies for modular arithmetic in graph number theory" allowed-tools: [Bash, Read]
Use this skill when working on modular-arithmetic problems in graph number theory.
1. **Extended Euclidean Algorithm**
2. **Chinese Remainder Theorem**
3. **Euler's Theorem**
4. **Quadratic Residues**
5. **Order and Primitive Roots**
uv run python -m runtime.harness scripts/sympy_compute.py solve "a*x == 1 mod n" --var x
uv run python -m runtime.harness scripts/z3_solve.py prove "solution_exists_iff_pairwise_coprime"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "phi(p**k) == p**(k-1)*(p-1)"
uv run python -m runtime.harness scripts/z3_solve.py prove "legendre_symbol_multiplicative"
*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