figram-diagrams
Installation
SKILL.md
Figram Diagram Authoring
Structure
version: 1
docId: "unique-id" # WebSocket matching
title: "Diagram Title" # Optional
nodes:
- id: node-id # Unique, descriptive (e.g., user-api)
provider: aws # aws | gcp | azure
kind: compute.ec2 # See Icons Reference
label: "Display" # Optional, defaults to id
layout: {x, y} # Required for top-level nodes
parent: vpc-id # Optional, for nesting