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:

Installs
22
Repository
jwd83/skills
GitHub Stars
1
First Seen
Apr 30, 2026
pygame-patterns — jwd83/skills