Use when generating pixel art sprite assets, sprite ideas, enemy sprites, pickup sprites, or tiles through the ai/ RunPod + ComfyUI bash scripts. Trigger for requests like: generate pixel art, make sprite assets, run the RunPod image workflow, create enemy sprite sheets, produce pixel-art game assets, or submit ComfyUI workflows from bash.
Use this skill when the task is to generate or iterate on video-game sprite assets through the repository's RunPod automation kit in ai/.
This skill is for:
ai/workflows/ai/output/This skill is not for:
Before using the scripts, verify:
ai/.env existsRUNPOD_API_KEY is setRUNPOD_TEMPLATE_ID or RUNPOD_IMAGE_NAME is set8188If ai/.env is missing, stop and ask the user to create it from ai/.env.example.
ai/README.md and the requested workflow JSON in ai/workflows/.ai/workflows/example-pixel-sprite-workflow.json.ckpt_name../ai/scripts/runpod-start.sh../ai/scripts/runpod-wait.sh../ai/scripts/runpod-status.sh if you need the current URL, cost, or mapped ports../ai/scripts/comfy-submit.sh <workflow-json>../ai/scripts/comfy-fetch.sh <prompt-id> <output-dir>../ai/scripts/runpod-stop.sh.Use these commands from the workspace root:
./ai/scripts/runpod-create.sh
./ai/scripts/runpod-start.sh
./ai/scripts/runpod-wait.sh
./ai/scripts/runpod-status.sh
prompt_id="$(./ai/scripts/comfy-submit.sh ai/workflows/example-pixel-sprite-workflow.json)"
./ai/scripts/comfy-fetch.sh "$prompt_id" ai/output/example
./ai/scripts/runpod-stop.sh
Single-command path:
./ai/scripts/generate.sh ai/workflows/example-pixel-sprite-workflow.json ai/output/example
ai/output/.Good first targets:
Typical prompt constraints:
Typical negative constraints:
If pod creation or start fails:
./ai/scripts/runpod-status.shai/.envIf ComfyUI never becomes ready:
0.0.0.0:8188COMFYUI_PORT and COMFYUI_HEALTH_PATHIf submission succeeds but outputs are empty:
ckpt_name