json-canvas

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 l-yifan/skills

Installs
1
Repository
l-yifan/skills
GitHub Stars
3
First Seen
Mar 14, 2026