pixel-art

Solid

Generate pixel art SVG illustrations for READMEs, docs, or slides. Use when user says "画像素图", "pixel art", "make an SVG illustration", "README hero image", or wants a cute visual.

AI & Automation 11,977 stars 1099 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Pixel Art SVG Generator Create a pixel art SVG illustration: $ARGUMENTS ## Design Principles ### Pixel Grid - Each "pixel" is a `<rect>` with width/height of 7px - Grid spacing: 7px (no gaps between pixels) - Characters are typically 8-10 pixels wide, 8-12 pixels tall - Use `<g transform="translate(x,y)">` to position and reuse character groups ### Color Palette Keep it simple — 3-5 colors per character: - **Skin**: `#FFDAB9` (light), `#E8967A` / `#D4956A` (blush/shadow) - **Eyes**: `#333` - **Hair**: `#8B5E3C` (brown), `#2C2C2C` (black), `#FFD700` (blonde), `#C0392B` (red) - **Clothes**: use project's brand color (e.g. `#4A9EDA` for blue, `#74AA63` for green) - **Shoes/pants**: `#444` - **Accessories**: `#555` (glasses frames), `#FFD700` (crown) ### Character Template (7px grid) ``` Row 0 (hair top): 4 pixels centered Row 1 (hair): 6 pixels wide Row 2 (face top): 6 pixels — all skin Row 3 (eyes): 6 pixels — skin, eye, skin, skin, eye, skin Row 4 (mouth): 6 pixels — skin, skin, mouth, mouth, skin, skin Row 5 (body top): 8 pixels — hand, 6 shirt, hand Row 6 (body): 6 pixels — all shirt Row 7 (legs): 2+2 pixels — with gap in middle ``` ### Scene Composition #### Chat Dialogue Layout (like our hero image) - Two characters on left/right sides, vertically centered - Chat bubbles between them, alternating left/right - Bubble tails point toward the speaking character - Arrows between bubbles show direction of communication ...

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

dot

Generating pixel art as code (SVG/Canvas/Phaser 3/Pillow/CSS). Also supports SVG generation delegation to Antigravity CLI. Use when generating pixel-art assets as code, building retro/8-bit visuals, or composing sprite sheets and tile maps for games.

49 Updated today
simota
AI & Automation Solid

pixel-art-studio

Create production-quality pixel art and animations programmatically. Use when the user asks to "create pixel art", "draw a sprite", "make pixel animation", "generate sprite sheet", "convert image to pixel art", "pixelate this image", "make a pixel character", "пиксель арт", "пиксельная графика", "спрайт", "像素画", "像素艺术", "도트 그래픽", "픽셀 아트", "8-bit/16-bit/hi-bit style", "retro game art", "Aseprite-like output", "indie game sprite". Covers single-frame sprites, frame-by-frame animations, walk cycles, idle/attack/death animations, sprite sheets, GIF/APNG export, image-to-pixel-art preprocessing (downsample + quantize + dither), 30+ bundled palettes (NES, GameBoy, PICO-8, Endesga 32/64, DawnBringer 16/32, Sweetie 16, Resurrect 64, Korean 오방색/단청, Chinese 故宫/青花/五行, Russian Stoneshard-inspired), 5 dithering algorithms (Bayer 2/4/8, Floyd-Steinberg, Atkinson, Ordered, Blue Noise), automated quality scoring (orphan pixels, doublies, banding, pillow-shading, AI-slop detection), and Generator-Evaluator review via the pixe

126 Updated 2 days ago
AnastasiyaW
AI & Automation Solid

pixel-art

Pixel art w/ era palettes (NES, Game Boy, PICO-8).

191,515 Updated today
NousResearch