skills/math/graph-number-theory/graph-algorithms/SKILL.md
Problem-solving strategies for graph algorithms in graph number theory
npx skillsauth add vibeeval/vibecosystem graph-algorithmsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on graph-algorithms problems in graph number theory.
Traversal selection
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) |
Minimum Spanning Tree
z3_solve.py prove "cut_property"Network Flow
sympy_compute.py linsolve "flow_conservation"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.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
testing
VP Engineering perspective - org design (team topologies), process improvement, cross-team dependencies, engineering culture, OKRs, incident management maturity, platform strategy, DX optimization, release management at scale