AI AGENT ADDONS

NetworkX helps you model connections between people, places, or ideas. You can create graphs that show who talks to whom or how information spreads. This Python library makes it easy to build and study networks.

With this skill you can add nodes and edges, run algorithms like shortest paths, and find important nodes using centrality. You can also detect groups of tightly connected nodes called communities. All of this works with simple commands.

Researchers, data analysts, and developers use NetworkX for social networks, transportation maps, and biological pathways. It turns raw data into clear visual maps of relationships.

Add Networkx skill to your workflow

Global

mkdir -p ~/.claude/skills/networkx

Project

mkdir -p .claude/skills/networkx

Source Repository

Stars
29,514
Forks
3,013
Watchers
29,514
License
MIT
Last Push
27 days ago
Created
9 months ago