Skip to main content
Back to registry

game-developer

jeffallan/claude-skills

Installs829
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill game-developer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Load detailed guidance based on context: When implementing game features, provide: - Analyze requirements — Identify genre, platforms, performance targets, multiplayer needs - Design architecture — Plan ECS/component systems, optimize for target platforms - Implement — Build core mechanics, graphics, physics, AI, networking - Optimize — Profile and optimize for 60+ FPS, minimize memory/battery usage - ✅ Validation checkpoint: Run Unity Profiler or Unreal Insights; verify frame time ≤16 ms (60 FPS) before proceeding. Identify and resolve CPU/GPU bottlenecks iteratively. - Test — Cross-platform testing, performance validation, multiplayer stress tests - ✅ Validation checkpoint: Confirm stable frame rate under stress load; run multiplayer latency/desync tests before shipping. - Target 60+ FPS on all platforms - Use object pooling for frequent instantiation - Implement LOD systems for optimization - Profile performance regularly (CPU, GPU, memory) - Use async loading for resources - Implement proper state machines for game logic - Cache component references (avoid GetComponent in Update) - Use delta time for frame-independent movement - Instantiate/Destroy in tight loops or Update() - Skip profiling and performance testing - Use string comparisons for tags (use CompareTag) - Allocate memory in Update/FixedUpdate loops - Ignore platform-specific constraints (mobile, console) - Use...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does game-developer do?

game-developer is listed in SkillJury, but the source summary is still sparse.

Is game-developer good?

game-developer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does game-developer work with?

game-developer currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to game-developer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install game-developer?

npx skills add https://github.com/jeffallan/claude-skills --skill game-developer

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering