game-art

Guides game art style selection, asset pipelines, and animation workflows.

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill game-art-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-art
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/.agent/skills/game-development/game-art
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill game-art-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Game developers often struggle to choose an art style, structure an asset pipeline, and apply consistent animation and color principles, leading to inconsistent visuals and wasted production effort. ## Core Features & Use Cases - Art Style Selection: Decision trees and comparison matrices for choosing between pixel art, vector, hand-painted, PBR 3D, low-poly, and cel-shaded styles based on budget, skill, and game feel. - Asset Pipeline Planning: Phase-by-phase 2D and 3D pipeline tables covering concept, creation, texturing, rigging, animation, and export with tool recommendations like Aseprite, Blender, and Substance Painter. - Animation & Color Guidance: The 12 animation principles applied to games, frame count guidelines per action type, and color theory strategies for readability and mood. - Use Case: An indie developer starting a mobile game can use this Skill to pick a flat vector style, define a 1080p resolution baseline, set up a naming convention, and plan sprite animation frame counts. ## Quick Start Help me choose an art style and plan the asset pipeline for my 2D mobile platformer game.

Frequently Asked Questions about game-art

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

FAQPage Schema
How do I choose an art style for my indie game?

Start from the feeling the game should evoke, then match it to a style using a decision tree: nostalgic games suit pixel art, casual games suit flat vector, and realistic games suit PBR 3D. Also weigh production speed, skill floor, and hiring scalability.

What tools should I use for a 2D game asset pipeline?

A typical 2D pipeline uses Procreate or Photoshop for concept, Aseprite or Krita for sprite creation, TexturePacker for atlases, and Spine or frame-by-frame methods for animation. Each phase outputs assets ready for engine import.

How many frames should a walk cycle or attack animation have?

Typical frame counts are 6-12 frames for a walk cycle, 4-8 for a run cycle, 3-6 for a snappy attack, and 8-16 for a dramatic death. Fewer frames feel snappier; more frames feel smoother or heavier.

What resolution should pixel art games use?

Pixel art games typically render at 320x180 to 640x360 with 16-32px characters, scaling up rather than down. HD 2D games target 1080p with 64-256px characters depending on mobile or desktop platforms.

What are common game art mistakes to avoid?

Common anti-patterns include mixing art styles without a style guide, working only at final resolution, ignoring silhouette readability at gameplay distance, over-detailing backgrounds, and skipping color testing on target displays.