json-canvas

Originally fromkepano/obsidian-skills
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
108
GitHub Stars
928
First Seen
Jan 26, 2026
json-canvas — guanyang/antigravity-skills