Pixel New banner
willibrandon willibrandon

Pixel New

Development community

Description

--- description: Create a new pixel art sprite with optional size and palette presets argument-hint: [size] [palette] allowed-tools: Read, Bash, mcp__aseprite__create_canvas, mcp__aseprite__set_palette --- ## /pixel-new - Quick Sprite Creation Creates a new pixel art sprite with optional presets for size and palette. ### Usage ``` /pixel-new [size] [palette] ``` ### Arguments **size** (optional): Canvas dimensions or preset name - Presets: icon, small, medium, large, tile, gameboy, nes - C

Installation

Installs to ~/.claude/skills/willibrandon-pixel-plugin-pixel-new/SKILL.md

Terminal
mkdir -p ~/.claude/skills/willibrandon-pixel-plugin-pixel-new && curl -fsSL https://raw.githubusercontent.com/willibrandon/pixel-plugin/HEAD/commands/pixel-new.md -o ~/.claude/skills/willibrandon-pixel-plugin-pixel-new/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository