json-canvas

Originally fromkepano/obsidian-skills
Installation
SKILL.md

JSON Canvas Skill

This skill enables Claude Code to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications.

Overview

JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0.

File Structure

A canvas file contains two top-level arrays:

{
  "nodes": [],
  "edges": []
}
Installs
95
GitHub Stars
9
First Seen
Jan 23, 2026
json-canvas — julianobarbosa/claude-code-skills