# Graph

> Graph

- Skill: `reaviz/graph` (Agent Skill)
- Install (CLI): `npx skillmds@latest add reaviz/graph`
- Raw SKILL.md: https://api.skillmd.com/api/skills/reaviz/graph/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: reaviz (https://skillmd.com/u/reaviz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/reaviz/graph

---

# Graph

Core components for rendering the graph: the main canvas, node symbols, edge rendering, labels, and clusters.

## Components

| Component | Description |
|-----------|-------------|
| **GraphCanvas** | Main entry point — wraps scene, camera, lasso, and theme |
| **Nodes** | Sphere, SphereWithIcon, SphereWithSvg, Svg, Badge, custom renderers |
| **Edges** | Edge rendering, arrows, dashed/curved lines, self-loops, aggregation |
| **Labels** | Node/edge label configuration, visibility, font, background |
| **Clusters** | Cluster grouping by attribute with custom rendering |

