game-artist
Installation
SKILL.md
Game Artist Skill
Intelligent game asset management with Kenney-first workflow.
When This Skill Activates
This skill automatically triggers when you:
- Request a game asset ("find a health icon", "need a tree sprite")
- Ask about visual elements ("what would work for power-ups?")
- Want to add new sprites/graphics
- Need asset recommendations
Core Principle: Kenney ONLY
Don't generate - use what exists!
Related skills
More from ikatechis/claude-agentic-mastery
pygame-patterns
Codify reusable pygame patterns for entities, projectiles, movement, and sprite handling. Use when implementing pygame entities or systems that need frame-independent physics, collision detection, or sprite management. References verified patterns from project implementation.
82python-testing
Generate pytest tests for Python modules with parametrization, shared fixtures in conftest.py, and minimal mocking. Use when creating unit tests, test suites, or improving test coverage. Follows 1-1 file correspondence and real object testing principles.
7