mobile-games

Plan mobile game development for iOS and Android platform constraints.

8.1k|1.5k|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vudovn/antigravity-kit --skill mobile-games-vudovn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-games
Source: https://github.com/vudovn/antigravity-kit/tree/main/.agent/skills/game-development/mobile-games
Command: npx skills add https://github.com/vudovn/antigravity-kit --skill mobile-games-vudovn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise framework for developing mobile games that meet platform constraints (touch input, battery, thermal), performance targets, and store requirements, reducing trial-and-error and guiding design decisions.

Core Features & Use Cases

  • Platform considerations: adapt to touch input, screen sizes, interruptions.
  • Input principles: practical guidelines for gestures, feedback, accessibility, and consistency across devices.
  • Performance targets: strategies for thermal management and battery optimization, FPS targets, and efficient rendering.
  • Store readiness: guidelines for iOS and Android app-store requirements, privacy considerations, and submission checklists.
  • Anti-patterns & monetization: common pitfalls and recommended monetization strategies for mobile games.
  • Use Case: imagine a 2D game with touch controls, a balanced frame rate, and a smooth onboarding flow that passes store guidelines.

Quick Start

Describe a mobile game concept and outline a short optimization plan addressing touch input, battery usage, and screen size variations.

Frequently Asked Questions about mobile-games

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

FAQPage Schema
What are the key mobile game development constraints for touch input and battery optimization?

Key mobile game development constraints include adapting to touch input gestures, managing thermal limits, and implementing battery optimization strategies to maintain stable FPS targets and efficient rendering across iOS and Android devices.

How do I optimize mobile game performance to prevent thermal throttling?

Optimize mobile game performance by applying thermal management strategies, setting balanced FPS targets, and utilizing efficient rendering techniques to reduce device heat generation and prevent hardware throttling during extended gameplay sessions.

What are the app store guidelines for submitting a mobile game on iOS and Android?

App store guidelines for mobile games require meeting specific iOS and Android platform requirements, addressing privacy considerations, and completing submission checklists to ensure store readiness and pass the review process smoothly.

How do I design touch controls for mobile games to handle varying screen sizes?

Design touch controls by applying input principles that ensure gesture consistency, provide clear feedback, and support accessibility, allowing the gameplay UI to adapt seamlessly across varying mobile screen sizes and device interruptions.

What are common mobile game anti-patterns and monetization pitfalls to avoid?

Common mobile game anti-patterns include ignoring platform constraints and poorly implementing monetization strategies; addressing these pitfalls early ensures a balanced frame rate, smooth onboarding flow, and better overall user retention.