game-development

Solid

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

Web & Frontend 27,705 stars 2858 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/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
davila7
Repository
davila7/claude-code-templates
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Listed

game-development

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

335 Updated today
aiskillstore
AI & Automation Featured

game-development

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

39,350 Updated today
sickn33
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 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
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