networkx
CommunityAnalyze and visualize graphs with Python.
Authordakesan
Version1.0.0
Installs0
System Documentation
## What problem does it solve? This Skill provides a comprehensive toolkit for creating, analyzing, and visualizing graphs, enabling you to model relationships, compute network metrics, and generate publication-quality visuals.
## Core Features & Use Cases
- Construct and manipulate Graph, DiGraph, MultiGraph, and MultiDiGraph objects with rich attributes.
- Run graph algorithms (shortest paths, centrality, clustering, communities) and generate insights from complex networks.
- Visualize networks with a range of layouts and styling options for clear communication.
Quick Start
Create a simple graph and draw it: import networkx as nx G = nx.Graph() G.add_edge(1, 2, weight=0.5) nx.draw(G)
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: networkx Download link: https://github.com/dakesan/cc-dnawork-plugin/archive/main.zip#networkx Please download this .zip file, extract it, and install it in the .claude/skills/ directory.