Takes an existing game and runs a full visual design pass on it. It audits your backgrounds, color palette, animations, particles, and overall polish, scores each area out of 5, then implements improvements like sky gradients, screen shake, particle effects, and smooth transitions. Nothing about this touches gameplay logic or physics, just the visual feel. The nice part is it puts all new values in Constants.js and uses EventBus patterns, so changes stay organized. Works best when you have a working game that plays fine but looks flat or unpolished. Created by OpusGameLabs as part of their viral game pipeline workflow.
npx skills add https://github.com/opusgamelabs/game-creator --skill design-game