PixelLab AI asset workflow and API helper for generating pixel-art images, conversions, rotations, animations, layered sprites, modular outfits/equipment, ti...
Coding
Pixel Asset Compiler
Try itCompile AI-generated pixel character references and separately named action sheets into deterministic, validated game assets. Use when Codex needs to inspect...
What it does
Compile AI-generated pixel character references and separately named action sheets into deterministic, validated game assets. Use when Codex needs to inspect...
The skill document
Pixel Asset Compiler
Turn upstream AI sprite outputs into deterministic game assets. Keep semantics with the user or upstream generator; keep image processing and packaging with pixel-asset.
Required Inputs
Require this package shape:
character-source/
├── reference.png
├── actions/.png
└── sprite-asset.manifest.json
Require one image per named action plus explicit fps, loop, and expected frame count when known. Read references/manifest-v1.md before creating or changing a manifest.
Never invent action names, direction, FPS, loop behavior, or missing actions. Ask for missing semantics. Do not redraw supplied content or use normalization to hide identity, scale, weapon, or costume drift.
Resolve The CLI
Prefer pixel-asset from PATH. If developing inside this repository, run npm run cli:build and use packages/pixel-asset-cli/dist/pixel-asset.cjs.
If unavailable, install the published CLI from npm:
npm install --global pixel-asset-compiler
Workflow
- Inspect the target game project and identify its engine and intended asset destination.
- Verify that the reference is the sole character identity baseline and each action file contains exactly one named action.
- Create or validate
sprite-asset.manifest.json; keep fidelity options off unless the user explicitly requests reduced pixel scale or palette. - Run
pixel-asset inspect --input. Stop on ambiguity and request the exact missing override or a regenerated action. - Run
pixel-asset compile --input --output. - Run
pixel-asset audit --inputand read references/quality-gates.md. - If any action fails, preserve the reference and all passed actions. Request or perform regeneration only for the named failed action, using the same reference and unchanged semantics. Recompile the full package after replacing it.
- Run
pixel-asset validate --input. - For Godot, run
pixel-asset export --target godot --input --output. - When Godot is installed, load the generated
.tscnheadlessly or in the target project before claiming completion.
For a deterministic end-to-end run, execute:
node /scripts/run-workflow.mjs \
--input \
--output \
--target godot \
--target-output
The script writes a workflow report and exits 0 only when all quality gates and the requested export pass. Exit 2 means user input or targeted regeneration is required.
Failure Handling
Treat deterministic failures as evidence, not permission to guess.
- Structural ambiguity: ask for frame count/layout clarification or regenerate that action with clearer spacing.
- Visual consistency failure: keep passed actions and regenerate only the failed action.
- Background residue: retry deterministic cleanup once; if the audit still fails, regenerate that action on a flat solid background.
- Package or path failure: fix the manifest or filesystem issue; do not modify image content.
- Engine import failure: keep the generic package and fix only the exporter or destination path.
Do not report success from GIF appearance alone. Require audit.passed, validation.passed, the requested exporter result, and real engine loading when the engine is available.
Final Report
Report:
- reference and action inputs used;
- manifest path and confirmed semantics;
- generic asset output;
- target-engine output;
- passed and failed actions;
- warnings or regeneration requests;
- whether engine loading was actually verified.
Related skills
Create a production-ready chibi pixel-art virtual desktop pet based on a character reference image, including character design sheets, multi-action animation sprite sheets, transparent RGBA frame assets, action strips, asset inventories, GIF previews, automatic character alignment using alpha edges
Generate 2D game art that stays visually consistent across a whole set: sprites, die-cut stickers, item icons, parallax pieces, and asset sheets. Use when th...
Use for PixelLab/Pip setup, auth, MCP/API routing, asset generation, editing, animation, talking portraits, lip sync, skeleton/template/preset animations, multi-shot/looping cinematics, docs/troubleshooting, bark completion sounds, and explicit PixelLab cost/budget/credit questions across MCP, REST v2/API, website/editor Pixelorama, Aseprite, and legacy v1. Trigger only when PixelLab (Pixel Lab) context is present, including PixelLab setup, MCP/API setup, PIXELLAB_SECRET, bearer-token auth, PixelLab sprites, sprite sheets, characters, portrait characters, vocal animations, talking GIFs, lip-sync plans, fonts, objects, tiles, tilesets, tilemaps, maps, UI, icons, backgrounds, palettes, image edits, animations, skeletons, template animations, preset animations, cinematics, looping or seamless-loop scenes, multi-shot scenes, endpoint choice, SDK integration, blueprints/recipes, recreating/replaying `*.blueprint.json` generations, troubleshooting, or PixelLab credits/cost/budget. Do not tri
Create focused, playable browser game prototypes
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparen...