json-canvas

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": []
}
Related skills

More from davila7/claude-code-templates

Installs
366
GitHub Stars
27.2K
First Seen
Jan 21, 2026