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 galaxy-dawn/claude-scholar

Installs
42
GitHub Stars
3.7K
First Seen
Mar 19, 2026