pygame-patterns
Installation
SKILL.md
Pygame Patterns
Purpose
Build, refactor, debug, and review pygame projects using idiomatic Python and pygame-specific practices. Use this skill with python-refactor when cleaning up pygame code.
Optimize for a stable main loop, explicit input/update/draw boundaries, predictable timing, cached assets, testable core logic, and architecture that fits the game's actual size.
First Inspection Checklist
Before editing, inspect: