game-developer
An agent skill by Jeffallan, from Jeffallan/claude-skills. Tags: animation, automation, design, developer-tools, performance, video.
What it does
Use when building game systems, implementing Unity/Unreal Engine features, or optimizing game performance. Invoke to implement ECS architecture, configure physics systems and colliders, set up multiplayer networking with lag compensation, optimize frame rates to 60+ FPS targets, develop shaders, or apply game design patterns such as object pooling and state machines. Trigger keywords: Unity, Unreal Engine, game development, ECS architecture, game physics, multiplayer networking, game optimization, shader programming, game AI.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add Jeffallan/claude-skills --skill game-developer
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/Jeffallan/claude-skills
cp -r claude-skills/skills/game-developer ~/.claude/skills/game-developer
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- Jeffallan/claude-skills (all skills from this repository)
- Path
- skills/game-developer/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- oversized-cursor — House-style oversized macOS cursor technique for HyperFrames launch videos.
- seam-craft — Render-correctness doctrine for scene-to-scene seams in HyperFrames launch videos — the prerequisites that make transitions composite correctly on the master.
- cli-developer — Use when building CLI tools, implementing argument parsing, or adding interactive prompts.
- cpp-pro — Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques.
- embedded-systems — Use when developing firmware for microcontrollers, implementing RTOS applications, or optimizing power consumption.
- flutter-expert — Use when building cross-platform applications with Flutter 3+ and Dart.