json-canvas

Installation
SKILL.md

JSON Canvas Skill

File Structure

A canvas file (.canvas) contains two top-level arrays following the JSON Canvas Spec 1.0:

{
  "nodes": [],
  "edges": []
}
  • nodes (optional): Array of node objects
  • edges (optional): Array of edge objects connecting nodes

Common Workflows

1. Create a New Canvas

Installs
3
GitHub Stars
4
First Seen
May 3, 2026
json-canvas — the-utopia-studio/skills