Effect Graph

Build and analyze immutable graphs with Effect's Graph module — directed/undirected construction, scoped mutation (mutate/addNode/addEdge), node/edge queries, lazy DFS/BFS/topo walkers, algorithms (isAcyclic, stronglyConnectedComponents, dijkstra/astar/bellmanFord/floydWarshall), and GraphViz/Mermaid export. Use when modeling dependency graphs, ordering tasks topologically, detecting cycles, computing reachability or shortest paths, or rendering relationship diagrams.

mpsuesser Updated

File contents

mpsuesser/opencode-effect-enforcer/tree/main/skills/effect-graph commit ea69035b8a

Frequently asked questions

npx skillmds@latest add mpsuesser/effect-graph