game-development
Game development orchestrator. Routes to platform-specific skills based on project needs.
Content Preview
--- name: game-development description: "Game development orchestrator. Routes to platform-specific skills based on project needs." risk: unknown source: community date_added: "2026-02-27" --- # 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. -
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/game-development.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/game-development/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/game-development/SKILL.md
Related Skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
2d-games
2D game development principles. Sprites, tilemaps, physics, camera.
generalgamedevelopment/2dgames
by sickn33 (Antigravity) · antigravity-awesome-skills
3d-games
3D game development principles. Rendering, shaders, physics, cameras.
generalgamedevelopment/3dgames
by sickn33 (Antigravity) · antigravity-awesome-skills
game-audio
Game audio principles. Sound design, music integration, adaptive audio systems.
generalgamedevelopment/gameaudio
by sickn33 (Antigravity) · antigravity-awesome-skills