add-assets

Replace geometric shapes with pixel art sprites in 2D games.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill add-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-assets
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/add-assets
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill add-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Replace geometric shapes with pixel art sprites for all game entities to provide distinct, recognizable visuals and reduce visual ambiguity.

Core Features & Use Cases

  • Pixel-art sprites for players, enemies, items, and projectiles with optional animation
  • Archetype-aware rendering supports 2D games and clarifies style choices
  • Step-by-step workflow audits existing shapes, plans new sprites, implements rendering, and verifies visuals

Quick Start

Replace all placeholder shapes with pixel art sprites in your active game project using the add-assets workflow.

Frequently Asked Questions about add-assets

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

FAQPage Schema
How do I replace geometric shapes with pixel art sprites in a 2D game?

To replace geometric shapes with pixel art sprites, audit existing placeholder shapes, plan new sprite layouts, implement rendering with a shared palette, and verify visuals across all game entities like players and enemies.

What is the best way to add pixel art assets to players, enemies, and projectiles?

Adding pixel art assets to game entities is best handled through an archetype-aware rendering workflow that audits existing shapes and implements distinct, recognizable sprites to reduce visual ambiguity in 2D games.

Does this pixel art sprite workflow support animated 2D game assets?

Yes, the pixel art sprite workflow supports optional animation for players, enemies, items, and projectiles, allowing you to clarify style choices and improve visual clarity across your active 2D game project.

Can I use a shared color palette when implementing pixel art sprites for 2D games?

Yes, you can use a shared palette when implementing rendering for pixel art sprites, ensuring distinct and recognizable visuals while maintaining a consistent style across all game entities in your project.

Why use pixel art sprites instead of geometric shapes for 2D game entities?

Using pixel art sprites instead of geometric shapes provides distinct, recognizable visuals for players, enemies, and items, significantly reducing visual ambiguity and improving overall clarity in 2D games.

What are the steps to audit and implement pixel art sprites in a game project?

The steps to implement pixel art sprites involve auditing existing shapes, planning new sprite layouts, applying rendering with a shared palette, and validating the final visuals to ensure end-to-end asset pipeline requirements are satisfied.