Agent skill · Design & Presentation

game-art

Game art principles. Visual style selection, asset pipeline, animation workflow.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill game-art --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/game-development/game-art/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Game Art Principles > Visual design thinking for games - style selection, asset pipelines, and art direction. --- ## 1. Art Style Selection ### Decision Tree ``` What feeling should the game evoke? │ ├── Nostalgic / Retro │ ├── Limited palette? → Pixel Art │ └── Hand-drawn feel? → Vector / Flash style │ ├── Realistic / Immersive │ ├── High budget? → PBR 3D │ └── Stylized realism? → Hand-painted textures │ ├── Approachable / Casual │ ├── Clean shapes? → Flat / Minimalist │ └── Soft feel? → Gradient / Soft shadows │ └── Unique / Experimental └── Define custom style guide ``` ### Style Comparison Matrix | Style | Production Speed | Skill Floor | Scalability | Best For | |-------|------------------|-------------|-------------|----------| | **Pixel Art** | Medium | Medium | Hard to hire | Indie, retro | | **Vector/Flat** | Fast | Low | Easy | Mobile, casual | | **Hand-painted** | Slow | High | Medium | Fantasy, stylized | | **PBR 3D** | Slow | High | AAA pipeline | Realistic games | | **Low-poly** | Fast | Medium | Easy | Indie 3D | | **Cel-shaded** | Medium | Medium | Medium | Anime, cartoon | --- ## 2. Asset Pipeline Decisions ### 2D Pipeline | Phase | Tool Options | Output | |-----

What's inside
Steps it walks through
  1. 1. Art Style Selection
  2. Decision Tree
  3. Style Comparison Matrix
  4. 2. Asset Pipeline Decisions
  5. 2D Pipeline
  6. 3D Pipeline
  7. 3. Color Theory Decisions
  8. Palette Selection
  9. Color Principles
  10. 4. Animation Principles
  11. The 12 Principles (Applied to Games)
  12. Frame Count Guidelines
  13. 5. Resolution & Scale Decisions
  14. 2D Resolution by Platform
More from agentic-awesome-skills
All skills →
About this skill
What does the game-art skill do?

Game art principles. Visual style selection, asset pipeline, animation workflow.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill game-art --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going