Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
David Siegel avatar

Canvas

  • 1 repo stars
  • Updated January 11, 2026
  • az9713/claude-canvas

Spawn and control interactive terminal displays (calendars, documents, flights) with real-time IPC communication

About

canvas is a Claude Code skill in the Documentation category. Spawn and control interactive terminal displays (calendars, documents, flights) with real-time IPC communication

  • canvas
  • Documentation
  • AI-coding skill

Canvas by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add az9713/claude-canvas
/plugin install canvas@claude-canvas

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedJanuary 11, 2026
Repositoryaz9713/claude-canvas

What it does

Spawn and control interactive terminal displays (calendars, documents, flights) with real-time IPC communication

README.md

Canvas Plugin

Interactive terminal TUI components for Claude Code.

Overview

Canvas provides spawnable terminal displays (calendars, documents, flight booking) with real-time IPC communication. Claude can spawn these TUIs in tmux split panes and receive user selections.

Canvas Types

Type Description
calendar Display events, pick meeting times
document View/edit markdown documents
flight Compare flights and select seats

Installation

# Add as Claude Code plugin
claude --plugin-dir /path/to/claude-canvas/canvas

# Or via marketplace
/plugin marketplace add djsiegel/claude-canvas
/plugin install claude-canvas@canvas

Usage

# Show calendar in current terminal
bun run src/cli.ts show calendar

# Spawn meeting picker in tmux split
bun run src/cli.ts spawn calendar --scenario meeting-picker --config '{"calendars": [...]}'

# Spawn document editor
bun run src/cli.ts spawn document --scenario edit --config '{"content": "# Hello"}'

Commands

  • /canvas - Interactive canvas spawning

Skills

  • canvas - Main skill with overview and IPC details
  • calendar - Calendar display and meeting picker
  • document - Markdown rendering and text selection
  • flight - Flight comparison and seatmaps

Requirements

  • tmux - Canvas spawning requires a tmux session
  • Bun - Runtime for CLI commands
  • Terminal with mouse support - For interactive scenarios

License

MIT

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.