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/flowchart-template.excalidraw
1{2"type": "excalidraw",3"version": 2,4"source": "https://excalidraw.com",5"elements": [6{7"id": "step1",8"type": "rectangle",9"x": 400,10"y": 200,11"width": 200,12"height": 80,13"angle": 0,14"strokeColor": "#1e1e1e",15"backgroundColor": "#b2f2bb",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": 1234567890,26"version": 1,27"versionNonce": 987654321,28"isDeleted": false,29"boundElements": null,30"updated": 1706659200000,31"link": null,32"locked": false,33"text": "Step 1",34"fontSize": 20,35"fontFamily": 1,36"textAlign": "center",37"verticalAlign": "middle"38},39{40"id": "arrow1",41"type": "arrow",42"x": 500,43"y": 280,44"width": 0,45"height": 100,46"angle": 0,47"strokeColor": "#1e1e1e",48"backgroundColor": "transparent",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": 2 },58"seed": 1234567891,59"version": 1,60"versionNonce": 987654322,61"isDeleted": false,62"boundElements": null,63"updated": 1706659200000,64"link": null,65"locked": false,66"points": [67[0, 0],68[0, 100]69],70"startBinding": null,71"endBinding": null72},73{74"id": "step2",75"type": "rectangle",76"x": 400,77"y": 380,78"width": 200,79"height": 80,80"angle": 0,81"strokeColor": "#1e1e1e",82"backgroundColor": "#b2f2bb",83"fillStyle": "solid",84"strokeWidth": 2,85"strokeStyle": "solid",86"roughness": 1,87"opacity": 100,88"groupIds": [],89"frameId": null,90"index": "a2",91"roundness": { "type": 3 },92"seed": 1234567892,93"version": 1,94"versionNonce": 987654323,95"isDeleted": false,96"boundElements": null,97"updated": 1706659200000,98"link": null,99"locked": false,100"text": "Step 2",101"fontSize": 20,102"fontFamily": 1,103"textAlign": "center",104"verticalAlign": "middle"105},106{107"id": "arrow2",108"type": "arrow",109"x": 500,110"y": 460,111"width": 0,112"height": 100,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": { "type": 2 },125"seed": 1234567893,126"version": 1,127"versionNonce": 987654324,128"isDeleted": false,129"boundElements": null,130"updated": 1706659200000,131"link": null,132"locked": false,133"points": [134[0, 0],135[0, 100]136],137"startBinding": null,138"endBinding": null139},140{141"id": "step3",142"type": "rectangle",143"x": 400,144"y": 560,145"width": 200,146"height": 80,147"angle": 0,148"strokeColor": "#1e1e1e",149"backgroundColor": "#b2f2bb",150"fillStyle": "solid",151"strokeWidth": 2,152"strokeStyle": "solid",153"roughness": 1,154"opacity": 100,155"groupIds": [],156"frameId": null,157"index": "a4",158"roundness": { "type": 3 },159"seed": 1234567894,160"version": 1,161"versionNonce": 987654325,162"isDeleted": false,163"boundElements": null,164"updated": 1706659200000,165"link": null,166"locked": false,167"text": "Step 3",168"fontSize": 20,169"fontFamily": 1,170"textAlign": "center",171"verticalAlign": "middle"172}173],174"appState": {175"viewBackgroundColor": "#ffffff",176"gridSize": 20177},178"files": {}179}180