godogen

Orchestrate Godot game development from natural language requirements to Android APK export.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/shirulot/codex-skill --skill godogen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godogen
Source: https://github.com/shirulot/codex-skill/tree/main/godogen
Command: npx skills add https://github.com/shirulot/codex-skill --skill godogen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, onnxruntime-gpu, rembg, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the technical barrier to game development by orchestrating the entire lifecycle of a Godot game, from initial concept and asset generation to architecture, coding, and final APK export.

Core Features & Use Cases

  • Natural Language Game Generation: Translates high-level game ideas into functional Godot projects.
  • Automated Asset Pipeline: Manages the generation of 2D sprites, 3D models, and textures using AI, including background removal and loop trimming.
  • Visual QA Integration: Uses vision-based verification to ensure the game's visual output matches the intended design, catching bugs that code analysis misses.
  • Use Case: Quickly prototype a 3D platformer or a 2D arcade game by describing the mechanics and art style, letting the agent handle the scene scaffolding, asset creation, and build process.

Quick Start

Use the godogen skill to build a 3D space shooter game with a retro aesthetic and a player-controlled ship.

Frequently Asked Questions about godogen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Godot game from text?

You can generate a Godot game from text by describing mechanics and art style, which the system translates into project scaffolding, automated asset pipelines, and functional GDScript.

Can I automate the asset pipeline for 2D sprites and 3D models in Godot?

Yes, automated asset pipelines handle 2D sprites and 3D models by integrating AI generation, background removal via rembg, and loop trimming to prepare assets directly for Godot scenes.

Does this approach support cross-platform export for Android from Godot?

Cross-platform export for Android is fully supported, building the final APK after scene scaffolding and gameplay mechanics are verified against reference targets.

How does visual quality assurance work for Godot gameplay mechanics?

Visual QA uses vision-based verification to check visual consistency and gameplay mechanics against reference targets, catching bugs that code analysis alone misses.

Do I need ffmpeg and onnxruntime-gpu to build Godot games?

Yes, ffmpeg and onnxruntime-gpu are required dependencies for processing loop trimming and running AI generation models for asset creation.

What are the limitations of natural language game generation in Godot?

Natural language game generation decomposes requirements into task DAGs, but complex 3D interactions may require manual GDScript adjustments after automated scene scaffolding.