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 graph algorithms in graph number theory
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill graph-algorithms --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/graph-algorithmsContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for graph algorithms in graph number theory
name: graph-algorithms description: "Problem-solving strategies for graph algorithms in graph number theory" allowed-tools: [Bash, Read]
Use this skill when working on graph-algorithms problems in graph number theory.
1. **Traversal selection**
2. **Shortest path algorithms** | Algorithm | Use Case | Complexity | |-----------|----------|------------| | Dijkstra | Non-negative weights | O((V+E) log V) | | Bellman-Ford | Negative weights | O(VE) | | Floyd-Warshall | All pairs | O(V^3) |
3. **Minimum Spanning Tree**
4. **Network Flow**
5. **Graph properties**
uv run python -m runtime.harness scripts/sympy_compute.py eigenvalues "adjacency_matrix"
uv run python -m runtime.harness scripts/z3_solve.py prove "d[v] >= d[u] + w(u,v) for all edges"
uv run python -m runtime.harness scripts/z3_solve.py prove "min_edge_crossing_cut_in_mst"
uv run python -m runtime.harness scripts/sympy_compute.py linsolve "flow_conservation_equations"
*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