game-development

Route game development projects to specialized sub-skills with universal core principles.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Sanali209/pla_teplate --skill game-development-sanali209
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-development
Source: https://github.com/Sanali209/pla_teplate/tree/main/_blueprint/skills/game-development
Command: npx skills add https://github.com/Sanali209/pla_teplate --skill game-development-sanali209

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Game development guidance is often scattered across platform-specific resources, making it hard for developers to find consistent, universal principles and relevant specialized advice for their specific project needs. This skill consolidates core, cross-platform game development fundamentals and automatically routes you to targeted sub-skills for your exact use case, eliminating guesswork and fragmented research.

Core Features & Use Cases

  • Universal Core Principles: Teaches foundational game development concepts applicable to all projects, including the standard game loop, performance budgeting for 60 FPS, input abstraction for multi-platform support, and design pattern selection for common game systems.
  • Intelligent Sub-Skill Routing: Automatically directs you to specialized guidance based on your project's target platform (web, mobile, PC, VR/AR), dimension (2D, 3D), or specialty area (game design, multiplayer, art, audio) so you get exactly the advice you need.
  • Use Case Example: If you are building a 2D mobile puzzle game, this skill first provides core game loop and performance principles, then routes you to mobile-specific touch and battery optimization guidance, 2D sprite and tilemap best practices, and game design balancing tips for puzzle mechanics.

Quick Start

Ask the game-development skill for guidance on building a 2D mobile puzzle game to receive core principles and automatic routing to the relevant specialized sub-skills for your project.

Frequently Asked Questions about game-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the core principles for cross-platform game development?

Core cross-platform game development principles include implementing a fixed-timestep game loop, establishing performance budgeting for 60 FPS, and using input abstraction to ensure multi-platform architecture compatibility across web, mobile, PC, and VR/AR environments.

How do I handle performance budgeting for a 60 FPS game?

Performance budgeting for a 60 FPS game requires allocating specific frame time limits across rendering, logic, and audio systems. Applying universal core principles ensures your architecture consistently meets frame rate targets across web, mobile, and PC platforms.

Does this game development guidance support 2D mobile and VR projects?

Yes, this game development guidance supports 2D mobile and VR/AR projects by automatically routing you to specialized sub-skills. You receive targeted advice for platform-specific touch controls, battery optimization, and 3D spatial design best practices.

What is the best way to structure input abstraction for multi-platform games?

The best way to structure input abstraction for multi-platform games is applying universal core principles that separate input logic from game systems. This ensures cross-platform compatible architecture across mobile touch, PC keyboard, and VR/AR controller inputs.

How do I get specialized guidance for a 2D mobile puzzle game?

To get specialized guidance for a 2D mobile puzzle game, request game development advice for your specific project type. The system applies core game loop principles, then automatically routes you to sub-skills for mobile battery optimization and puzzle game design balancing.