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

Related skills

More from guanyang/antigravity-skills

Installs
86
GitHub Stars
772
First Seen
Jan 26, 2026