**ASCII canvas editor integration.** Covers spawning my-grid in tmux, controlling via IPC, and zone management. Use when creating visual workspaces, monitoring dashboards, or organizing spatial content.
/plugin marketplace add jcaldwell-labs/my-grid/plugin install jcaldwell-labs-my-grid@jcaldwell-labs/my-gridThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Start here when using the ASCII canvas editor. This skill covers spawning, controlling, and integrating my-grid with Claude Code.
my-grid is a persistent ASCII canvas editor with:
tmux is required. Check with echo $TMUX - if empty, start tmux first:
tmux new -s claude
# Then run Claude Code inside tmux
cd ${CLAUDE_PLUGIN_ROOT}
# Spawn in tmux (67% width by default)
python3 src/cli.py spawn
# Send commands
python3 src/cli.py send ":text Hello World"
python3 src/cli.py send ":rect 20 10"
# Create zones
python3 src/cli.py send ":zone watch GIT 50 15 5s git status --short"
| Command | Description |
|---|---|
spawn | Create/reuse my-grid pane |
zoom | Toggle fullscreen |
ratio 25|50|75 | Set width percentage |
hide / show | Toggle visibility |
close | Kill pane |
focus | Switch to my-grid pane |
| Type | Description | Example |
|---|---|---|
watch | Periodic command refresh | :zone watch DISK 40 10 30s df -h |
pipe | One-shot command | :zone pipe TREE 60 20 tree -L 2 |
pty | Live terminal | :zone pty TERM 80 24 |
socket | TCP listener | :zone socket MSG 50 15 9999 |
python3 src/cli.py spawn --layout devops
python3 src/cli.py send ":zone watch LOG 80 20 watch:/var/log/app.log tail -20 {file}"
python3 src/cli.py spawn --ratio 50
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.