Pixel Grid Draw

Draw 2D shapes (filled rectangles, outlined frames, ASCII bitmaps) on the 32×32 MCP pixel grid. Use this skill whenever the user asks to draw a square, rectangle, box, frame, outline, border, sprite, or other 2D shape on the pixel grid, or when the task involves placing a block or bitmap at specific grid coordinates. The pixel-grid MCP server only exposes a 1D `write(offset, bits)` primitive; this skill compiles a 2D drawing into the sequence of `write` calls that implements it.

posthog Updated

File contents

PostHog/mcp-skill-demo/tree/main/.claude/skills/pixel-grid-draw commit c07c6bbd5f

Frequently asked questions

npx skillmds@latest add posthog/pixel-grid-draw