Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate Excalidraw .excalidraw JSON diagram files from natural language descriptions of processes and systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
templates/relationship-template.excalidraw
1{2"type": "excalidraw",3"version": 2,4"source": "https://excalidraw.com",5"elements": [6{7"id": "entity1",8"type": "rectangle",9"x": 300,10"y": 300,11"width": 180,12"height": 100,13"angle": 0,14"strokeColor": "#1e1e1e",15"backgroundColor": "#a5d8ff",16"fillStyle": "solid",17"strokeWidth": 2,18"strokeStyle": "solid",19"roughness": 1,20"opacity": 100,21"groupIds": [],22"frameId": null,23"index": "a0",24"roundness": { "type": 3 },25"seed": 1111111111,26"version": 1,27"versionNonce": 2222222222,28"isDeleted": false,29"boundElements": null,30"updated": 1706659200000,31"link": null,32"locked": false,33"text": "Entity A",34"fontSize": 20,35"fontFamily": 1,36"textAlign": "center",37"verticalAlign": "middle"38},39{40"id": "entity2",41"type": "rectangle",42"x": 600,43"y": 300,44"width": 180,45"height": 100,46"angle": 0,47"strokeColor": "#1e1e1e",48"backgroundColor": "#a5d8ff",49"fillStyle": "solid",50"strokeWidth": 2,51"strokeStyle": "solid",52"roughness": 1,53"opacity": 100,54"groupIds": [],55"frameId": null,56"index": "a1",57"roundness": { "type": 3 },58"seed": 1111111112,59"version": 1,60"versionNonce": 2222222223,61"isDeleted": false,62"boundElements": null,63"updated": 1706659200000,64"link": null,65"locked": false,66"text": "Entity B",67"fontSize": 20,68"fontFamily": 1,69"textAlign": "center",70"verticalAlign": "middle"71},72{73"id": "relationship",74"type": "arrow",75"x": 480,76"y": 350,77"width": 120,78"height": 0,79"angle": 0,80"strokeColor": "#1e1e1e",81"backgroundColor": "transparent",82"fillStyle": "solid",83"strokeWidth": 2,84"strokeStyle": "solid",85"roughness": 1,86"opacity": 100,87"groupIds": [],88"frameId": null,89"index": "a2",90"roundness": { "type": 2 },91"seed": 1111111113,92"version": 1,93"versionNonce": 2222222224,94"isDeleted": false,95"boundElements": null,96"updated": 1706659200000,97"link": null,98"locked": false,99"points": [100[0, 0],101[120, 0]102],103"startBinding": null,104"endBinding": null105},106{107"id": "label",108"type": "text",109"x": 510,110"y": 325,111"width": 60,112"height": 24,113"angle": 0,114"strokeColor": "#1e1e1e",115"backgroundColor": "transparent",116"fillStyle": "solid",117"strokeWidth": 2,118"strokeStyle": "solid",119"roughness": 1,120"opacity": 100,121"groupIds": [],122"frameId": null,123"index": "a3",124"roundness": null,125"seed": 1111111114,126"version": 1,127"versionNonce": 2222222225,128"isDeleted": false,129"boundElements": null,130"updated": 1706659200000,131"link": null,132"locked": false,133"text": "relates to",134"fontSize": 16,135"fontFamily": 1,136"textAlign": "left",137"verticalAlign": "top"138}139],140"appState": {141"viewBackgroundColor": "#ffffff",142"gridSize": 20143},144"files": {}145}146