A pro-grade game development toolkit for Godot 4, Phaser 3, and ECS architectures from prototype to Steam publishing.
Free
Works with the AI tools you already use
See it in action
You say
Help me implement a 2D side-scroller movement controller in Godot 4 that includes horizontal acceleration and a jump buffer.
Your agent does
// Godot 4: Frame-independent movement with Input Buffer func _physics_process(delta: float) -> void: var dir = Input.get_axis("ui_left", "ui_right") velocity.x = move_toward(velocity.x, dir * SPEED, ACCEL * delta) if is_on_floor() and jump_buffer > 0: velocity.y = JUMP_VELOCITY move_and_slide()
About this skill
Professional Game Development Suite
Transform your AI agent into a senior game developer. This skill provides a comprehensive logic framework for building, debugging, and optimizing video games across major frameworks. It solves the "blank page" problem in game design by providing structured patterns for engine selection, core mechanics, and architecture.
What it does
- Engine Architecture: Implements best practices for Godot 4 (GDScript), Phaser 3 (TypeScript), and Bevy (Rust/ECS).
- Systems Engineering: Expert handling of player controllers, physics (AABB, SAT, Raycasting), and state machine logic.
- Game Loops: Manages frame-independent movement, delta time, and fixed vs. variable timesteps.
- Production Assets: Guides the implementation of sprite animations, tilemaps, auto-tiling, and audio buses.
- Publishing: Handles save/load systems (JSON/Encrypted), object pooling for performance, and export workflows for Steam and itch.io.
Why use this skill?
Unlike general coding prompts, this skill enforces "Signal Up, Call Down" decoupling, Entity-Component-System (ECS) patterns, and memory-efficient object pooling. It ensures your agent doesn't just write code, but builds a scalable, performant game engine architecture that avoids common pitfalls like frame-rate-dependent movement or node reference leaks.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
8 installs
Downloaded by developers to date
Free forever
No account required to browse
More reviews for Roy Yuen5.0(7)
Feedback buyers left on other skills by the same creator.
Trust & safety
Security scanned
Verified clean 4 months ago
- Free to download with an account
Frequently Asked Questions
Browse More Skills

humanize-writing
Transform robotic AI drafts into natural, human-sounding prose with native-level flow and tone.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.

ai-productivity
High-speed intake for shaping vague prompts, triaging complex tasks, and compressing context for efficient execution.