> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillcreator.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Graph

> Visualize skill dependencies and relationships on an interactive canvas.

The Graph view renders your skills as nodes on an interactive canvas, with edges representing dependencies and relationships between them.

## Canvas interactions

| Action                  | Effect                         |
| ----------------------- | ------------------------------ |
| Click node              | Select and highlight the skill |
| Drag node               | Reposition on canvas           |
| Scroll                  | Zoom in/out                    |
| Click + drag background | Pan the canvas                 |
| Double-click node       | Open skill in Editor           |

## Adding skills

Add skills to the graph from:

* Your local library (search by name)
* A URL pointing to a skill file
* The command palette

## Edge types

Edges between skills indicate relationships:

| Edge type      | Meaning                                           |
| -------------- | ------------------------------------------------- |
| **depends-on** | This skill requires another to work properly      |
| **extends**    | This skill builds on another skill's instructions |
| **chains-to**  | This skill feeds output to another                |
| **recommends** | This skill suggests using another                 |
| **conflicts**  | These skills should not be used together          |

## Graph properties

The Graph panel shows aggregate stats:

* Total nodes and edges
* Disconnected clusters

## Export

Graph data can be exported as JSON for sharing or backup.
