BeClaude

awesome-gamedev-agent-skills

New
4GitHub TrendingGeneralby AbhishekBarali

Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.

Summary

This skill provides a master router that automatically loads the correct game development skill for your engine and task, supporting Godot, Unity, Unreal, web, and more.

  • md format that works across Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other AI coding agents.
  • Developers can install once and instantly access specialized agent skills for any game development workflow.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/awesome-gamedev-agent-skills.md

3
Invoke with @agent-name
@awesome-gamedev-agent-skills

Use Cases

Quickly set up a new Godot project with best practices and engine-specific scaffolding.
Generate Unity C# scripts for player movement, AI behavior, or UI components without context switching.
Debug Unreal Engine Blueprint logic or C++ code with engine-aware suggestions.
Create a cross-platform web game using Phaser or Three.js with optimized build configurations.
Refactor a large codebase across multiple engines by letting the router select the right skill for each file.
Automate repetitive tasks like asset importing, scene setup, or build pipeline configuration.

Usage Examples

1

/awesome-gamedev-agent-skills create a new Godot 4 project with a 2D platformer template

2

/awesome-gamedev-agent-skills help me debug this Unity C# script for player input

3

/awesome-gamedev-agent-skills generate an Unreal Engine 5 C++ class for a health system

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is awesome-gamedev-agent-skills?

This skill provides a master router that automatically loads the correct game development skill for your engine and task, supporting Godot, Unity, Unreal, web, and more. It includes 66 original, version-pinned skills in a portable SKILL.md format that works across Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other AI coding agents. Developers can install once and instantly access specialized agent skills for any game development workflow.

How to install awesome-gamedev-agent-skills?

To install awesome-gamedev-agent-skills: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/awesome-gamedev-agent-skills.md. Finally, @awesome-gamedev-agent-skills in Claude Code.

What is awesome-gamedev-agent-skills best for?

awesome-gamedev-agent-skills is a agent categorized under General. It is designed for: agent. Created by AbhishekBarali.

What can I use awesome-gamedev-agent-skills for?

awesome-gamedev-agent-skills is useful for: Quickly set up a new Godot project with best practices and engine-specific scaffolding.; Generate Unity C# scripts for player movement, AI behavior, or UI components without context switching.; Debug Unreal Engine Blueprint logic or C++ code with engine-aware suggestions.; Create a cross-platform web game using Phaser or Three.js with optimized build configurations.; Refactor a large codebase across multiple engines by letting the router select the right skill for each file.; Automate repetitive tasks like asset importing, scene setup, or build pipeline configuration..