Skip to main content
Back to registry

networkx

davila7/claude-code-templates

NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships...

Installs156
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill networkx
About this skill
NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships between entities. Invoke this skill when tasks involve: NetworkX supports four main graph types: Create graphs by: Reference : See references/graph-basics.md for comprehensive guidance on creating, modifying, examining, and managing graph structures, including working with attributes and subgraphs. NetworkX provides extensive algorithms for network analysis: Shortest Paths : Centrality Measures : Community Detection : Connectivity : Reference : See references/algorithms.md for detailed documentation on all available algorithms including shortest paths, centrality measures, clustering, community detection, flows, matching, tree algorithms, and graph traversal. Create synthetic networks for testing, simulation, or modeling: Classic Graphs : Random Networks : Structured Networks : Reference : See references/generators.md for comprehensive coverage of all graph generators including classic, random, lattice, bipartite, and specialized network models with detailed parameters and use cases. NetworkX supports numerous file formats and data sources: File Formats : Pandas...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does networkx do?

NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships...

Is networkx good?

networkx does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does networkx work with?

networkx currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to networkx?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install networkx?

npx skills add https://github.com/davila7/claude-code-templates --skill networkx

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering