networkx

NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs.

Content Preview
---
name: networkx
description: "NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs."
license: 3-clause BSD license
metadata:
    skill-author: K-Dense Inc.
risk: unknown
source: "https://github.com/networkx/networkx"
---

# NetworkX

## Overview

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
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/networkx.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/networkx/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/networkx/SKILL.md

Related Skills