game-dev
by Roy Yuen
A pro-grade game development toolkit for Godot 4, Phaser 3, and ECS architectures from prototype to Steam publishing.
- Architect a decoupled game state system using the Observer pattern and signals.
- Implement a performance-optimized object pool for thousands of projectiles.
- Create a responsive HUD and inventory system using Godot's Container nodes.
Free
One-time purchase
Sample Output
A real example of what this skill produces.
// 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()
game-dev
by Roy Yuen
A pro-grade game development toolkit for Godot 4, Phaser 3, and ECS architectures from prototype to Steam publishing.
Free
One-time purchase
Included in download
- Downloadable skill package
- 1 permission declared
- Instant install
Sample Output
A real example of what this skill produces.
// 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.
Use Cases
- Architect a decoupled game state system using the Observer pattern and signals.
- Implement a performance-optimized object pool for thousands of projectiles.
- Create a responsive HUD and inventory system using Godot's Container nodes.
- Design an AI behavior tree using Finite State Machines for enemy pathfinding.
- Configure multi-platform export settings for Web, Windows, and Steam.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/game-dev | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.