This is a complete framework for generating playable web games from text prompts, not just a code snippet generator. It combines a template library that scaffolds stable architectures, a debug skill that applies verified fixes across iterations, and OpenGame-Bench for automated evaluation via headless browser testing. You get HTML/JS/CSS games out, and it works with any OpenAI-compatible LLM backend including their custom GameCoder-27B model. The interesting bit is how it treats both templates and debug protocols as living knowledge bases that grow over time, so successful patterns get reused systematically. If you need throwaway game prototypes or want to explore agentic code generation with real evaluation metrics, this gives you the full pipeline.
npx skills add https://github.com/aradotso/trending-skills --skill opengame-agentic-game-creation