game-development

Featured

Game development orchestrator. Routes to platform-specific skills based on project needs.

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Game Development > **Orchestrator skill** that provides core principles and routes to specialized sub-skills. --- ## When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. --- ## Sub-Skill Routing ### Platform Selection | If the game targets... | Use Sub-Skill | |------------------------|---------------| | Web browsers (HTML5, WebGL) | `game-development/web-games` | | Mobile (iOS, Android) | `game-development/mobile-games` | | PC (Steam, Desktop) | `game-development/pc-games` | | VR/AR headsets | `game-development/vr-ar` | ### Dimension Selection | If the game is... | Use Sub-Skill | |-------------------|---------------| | 2D (sprites, tilemaps) | `game-development/2d-games` | | 3D (meshes, shaders) | `game-development/3d-games` | ### Specialty Areas | If you need... | Use Sub-Skill | |----------------|---------------| | GDD, balancing, player psychology | `game-development/game-design` | | Multiplayer, networking | `game-development/multiplayer` | | Visual style, asset pipeline, animation | `game-development/game-art` | | Sound design, music, adaptive audio | `game-development/game-audio` | --- ## Core Principles (All Platforms) ### 1. The Game Loop Every game, regardless of platform, follows this pattern: ``` INPUT → Read player actions UPDATE → Process game logic (fixed timestep) RENDER → Draw the frame (interpolated) ``` **Fixe...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

game-development

Game development orchestrator. Routes to platform-specific skills based on project needs.

27,705 Updated today
davila7
API & Backend Listed

game-development

Game development orchestrator. Routes to platform-specific skills based on project needs.

335 Updated today
aiskillstore
AI & Automation Listed

game-development-routing

Game development task router across Unity, Unreal Engine, Godot, Blender, and Roblox Studio. Use when the user asks about game design, level design, shaders, multiplayer networking (NGO / GAS / replication), gameplay scripting (Luau / GDScript / C# / C++ / Blueprint), game audio (FMOD / Wwise), technical art, Niagara/VFX, World Partition, DataStore, Game Passes, ScriptableObjects, ECS/DOTS, Material Editor, narrative branching, monetization loops, or any engine-specific implementation question. Triggers on Unity, Unreal, Godot, Roblox, Blender, GDScript, Blueprint, Luau, FMOD, Wwise, Nanite, Niagara, ScriptableObject, RemoteEvent, DataStore, 게임 개발, ゲーム開発.

0 Updated 3 days ago
daehounan
AI & Automation Listed

game-developer

Use when building game systems, implementing Unity/Unreal features, or optimizing game performance. Invoke for Unity, Unreal, game patterns, ECS, physics, networking, performance optimization.

2 Updated today
zacklecon
AI & Automation Solid

game-engine

Expert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game controls, or work with 2D/3D rendering. Covers techniques for platformers, breakout-style games, maze games, tilemaps, audio, multiplayer via WebRTC, and publishing games.

34,233 Updated today
github