A complex skill often has multiple angles. The graph workspace lets you see and shape that structure.
Open a skill, then Graph workspace.
The canvas
- Each section is a node you can drag to arrange. Positions autosave.
- Drag from a node’s edge to another to draw a directed link between related sections.
- Select a node to edit its title / when-to-use / content, assign an angle, or delete it.
- + Section adds a new node; + Angle creates a named, colored group.
Angles
An angle is a named cluster (e.g. “Qualification”, “Substantiation”). Assign a section to an angle from its side panel; the node takes the angle’s color. Manage angles (rename, recolor, remove) in the side panel.
Autosave
Changes save automatically — the header shows Saved ✓ / Saving… / Unsaved. Editing a skill in the classic builder afterward keeps your graph layout and links intact.
Runtime payoff
When an agent calls get_section or query, the response includes a “Related sections” line built from your links, so the agent can discover adjacent angles. list_sections groups the manifest by angle. No extra setup — linking sections is enough.