by PromptSpace
A pro-grade game development toolkit for Godot 4, Phaser 3, and ECS architectures from prototype to Steam publishing.
Free
One-time purchase
// 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()by PromptSpace
A pro-grade game development toolkit for Godot 4, Phaser 3, and ECS architectures from prototype to Steam publishing.
Free
One-time purchase
⚡ Skill ready to install in Claude Code, Gemini CLI, or any MCP-compatible client. Read the install guides →
// 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()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.
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.
mkdir -p ~/.claude/skills/game-dev && curl -s -X POST 'https://api.promptspace.in/api/skills/game-dev/install' | python3 -c "import sys,json; sys.stdout.write(json.load(sys.stdin).get('installInstructions') or '')" > ~/.claude/skills/game-dev/SKILL.mdFree skills install directly. Paid skills require purchase - use the download button above after buying.
Security Scanned
Passed automated security review
No special permissions declared or detected
OpenClaw, Cursor, Claude Code, Codex CLI
PromptSpace
We build AI agent skill packages for content creators. Specializing in Chinese social media automation.