Game Development Workflow Skills
Skills for shipping — game jams, fast prototyping, and publishing to Steam or itch.io.
Install
npx skills add gamedev-skills/awesome-gamedev-agent-skills
4 skills
game-jamPlan and ship a game under a jam deadline: lock scope to the clock, schedule the hours, cut features, and submit on time. Use for a game jam (Ludum Dare, GMTK Jam, Global Game…
itch-publishPublish and update a game on itch.io: create the project page and upload builds with the butler CLI (butler push) to named channels. Use for itch.io publishing, butler push…
prototype-fastBuild a playable prototype in about an hour to answer one question — is it fun? — with greybox primitives, a hard timebox, and explicit keep/kill criteria. Use when prototyping a…
steam-publishPublish or update a game on Steam with Steamworks and SteamPipe: configure depots and packages, upload builds with steamcmd, set a build live on a branch, and run the release…