dependency-analysis-patterns

Installation
SKILL.md

Dependency Analysis Patterns

Dependency Graph Visualization

# npm
npx depcruise --output-type dot src/ | dot -T svg > deps.svg

# Python
pipdeptree --graph-output svg > deps.svg

# Go
go mod graph | modgraphviz | dot -T svg > deps.svg

Circular Dependency Detection

Installs
9
GitHub Stars
507
First Seen
Apr 24, 2026
dependency-analysis-patterns — vibeeval/vibecosystem