#384 · Primary category: AI Coding Assistants
awesome-gamedev-agent-skills
68 game-dev skills for AI coding agents across 10 engines, with a router that auto-loads the right skill for your engine and task.
Project last updated:08/24/26
GitHub Stars
752
Forks
59
Contributors
4
License
Apache-2.0
Why we included this project
A coding agent is only as useful as the conventions it knows, and game work makes that painfully obvious because the idioms differ so much between engines. This repo packages those conventions as installable skills: version-pinned SKILL.md files covering ten engines, plus a router that detects which engine you're in and loads only the skills that fit the task. The skills are written from primary documentation and checked by a validator, so the guidance tends to track current engine releases instead of drifting into plausible-sounding APIs. It runs in Claude Code, Cursor, Codex, and other coding agents, and you can install the whole bundle or just the skills for one engine. That suits both teams committed to a single engine and developers who move between Godot, Unity, and Unreal across projects.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.