·game-development
</>

game-development

miles990/claude-software-skills

Game development patterns, architectures, and best practices

28Installs·3Trend·@miles990

Installation

$npx skills add https://github.com/miles990/claude-software-skills --skill game-development

SKILL.md

Patterns and practices for building games across platforms. Covers architecture, rendering, physics, AI, multiplayer, and optimization.

| Fixed | Physics, determinism | while (accumulator >= dt) { update(dt); } | | Variable | Rendering, animations | update(deltaTime); | | Hybrid | Most games | Fixed physics, variable render |

| AABB | O(n²) → O(n log n) | Boxes, simple shapes | | Circle | O(n²) | Projectiles, characters | | SAT | O(n²) | Complex convex polygons | | Pixel Perfect | Expensive | Precise collision |

Game development patterns, architectures, and best practices Source: miles990/claude-software-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/miles990/claude-software-skills --skill game-development
Category
</>Dev Tools
Verified
First Seen
2026-02-16
Updated
2026-02-18

Quick answers

What is game-development?

Game development patterns, architectures, and best practices Source: miles990/claude-software-skills.

How do I install game-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/miles990/claude-software-skills --skill game-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/miles990/claude-software-skills