pixel-art-creator

Create pixel art sprites and canvases with layers and drawing primitives.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/forgefabrik/agent-bigbrother --skill pixel-art-creator-forgefabrik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixel-art-creator
Source: https://github.com/forgefabrik/agent-bigbrother/tree/main/.config/opencode/skills/pixel-art-creator
Command: npx skills add https://github.com/forgefabrik/agent-bigbrother --skill pixel-art-creator-forgefabrik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of starting pixel art from a blank canvas by letting you create sprites, icons, tiles, and simple shapes with precise control over size, color mode, and structure.

Core Features & Use Cases

  • Canvas Setup: Create new RGB, grayscale, or indexed canvases at exact pixel dimensions.
  • Layered Organization: Add and manage layers for backgrounds, subjects, effects, and details.
  • Primitive Drawing: Place pixels, draw lines, rectangles, circles, contours, and fill areas for clean pixel-perfect construction.
  • Retro-Friendly Workflows: Use indexed palettes for NES, Game Boy, and other limited-color styles.
  • Use Case: Build a 32x32 game character sprite with a separate outline, clothing layer, and palette-limited shading.

Quick Start

Create a 32x32 indexed canvas for a retro character sprite, add a background and character layer, and draw a simple blue hero with a limited four-color palette.

Frequently Asked Questions about pixel-art-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create pixel art sprites from scratch with exact dimensions?

To create pixel art sprites from scratch, set up a new canvas at explicit pixel dimensions, configure the color mode, establish an indexed palette, and use deterministic drawing primitives like pixels, lines, and fills.

Can I use indexed color palettes for retro game character sprite creation?

Yes, indexed color palettes are fully supported for retro game character sprite creation. You can configure limited-color workflows for styles like NES or Game Boy to ensure period-accurate graphics.

What is the best way to manage layers when building pixel art compositions?

The best way to manage layers in pixel art compositions is to add and organize separate layers for backgrounds, subjects, effects, and details. This keeps complex sprites structured and editable.

Does this pixel art workflow support drawing primitive shapes like circles and rectangles?

Yes, this pixel art workflow supports drawing primitive shapes. You can deterministically place pixels, draw lines, rectangles, circles, contours, and fill areas for clean pixel-perfect construction.

How do I set up a canvas for a 32x32 retro character sprite with limited colors?

To set up a canvas for a 32x32 retro character sprite, create an indexed canvas at 32x32 dimensions, establish a limited four-color palette, add background and character layers, then draw your design.

When do I need to use indexed color modes instead of RGB for pixel art?

You need to use indexed color modes instead of RGB when creating retro-style pixel art that requires strict hardware color limitations. RGB or grayscale modes are better suited for modern pixel-art workflows.