mobile-games

Apply mobile platform constraints to optimize game development workflows.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AnvinX1/med-rag --skill mobile-games-anvinx1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-games
Source: https://github.com/AnvinX1/med-rag/tree/main/medical_genai_app/.agent/skills/game-development/mobile-games
Command: npx skills add https://github.com/AnvinX1/med-rag --skill mobile-games-anvinx1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mobile game development is constrained by platform-specific inputs, power ceilings, thermal throttling, screen-size variations, and store requirements, which can hinder performance and user experience.

Core Features & Use Cases

  • Platform Considerations: outlines constraints like touch input, battery usage, thermal management, screen responsiveness, and interruptions.
  • Touch Input Principles: compares touch vs. controller, expectations, feedback, and gestures best practices.
  • Performance Targets: defines thermal management and battery optimization strategies.
  • App Store Requirements: summarizes iOS and Android store requirements.
  • Monetization Models & Anti-Patterns: highlights monetization options and common mobile pitfalls.

Quick Start

Apply these guidelines to a new or existing mobile game project to optimize touch inputs, battery usage, and platform compliance.

Frequently Asked Questions about mobile-games

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

FAQPage Schema
How do I optimize mobile game performance for battery and thermal constraints?

To optimize mobile game performance, apply platform-specific strategies for thermal management and battery optimization. This involves tuning power ceilings and processing loads to prevent thermal throttling and excessive battery drain during gameplay.

What are the best practices for touch input in mobile game development?

Touch input best practices involve comparing touch versus controller expectations, implementing responsive feedback, and utilizing proper gesture patterns. Designing appropriate touch targets ensures the interface remains accessible across varying screen sizes.

How do I ensure my mobile game meets iOS and Android app store requirements?

Ensuring app store compliance requires summarizing and adhering to specific iOS and Android store requirements. This includes addressing platform-specific optimizations and handling interruptions to pass store certification.

What are common monetization anti-patterns in mobile games?

Common mobile game monetization anti-patterns involve pitfalls that hinder user experience and performance. Identifying these patterns helps teams avoid common mobile traps while selecting appropriate monetization models.

How do I handle cross-platform UI scaling for different mobile screen sizes?

Handling cross-platform UI scaling requires applying mobile platform constraints to outline screen responsiveness. This ensures the game interface adapts correctly across different devices during project planning.