mobile-games

Guides mobile game development for iOS and Android platforms.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Andrejr82/Caculinha_BI --skill mobile-games-andrejr82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-games
Source: https://github.com/Andrejr82/Caculinha_BI/tree/main/.agent/skills/game-development/mobile-games
Command: npx skills add https://github.com/Andrejr82/Caculinha_BI --skill mobile-games-andrejr82

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides essential principles and best practices for developing successful mobile games, addressing platform constraints and user experience.

Core Features & Use Cases

  • Platform Constraints: Understand and mitigate limitations related to touch input, battery life, and device thermals.
  • Performance Optimization: Learn strategies to maintain smooth gameplay and reduce battery drain.
  • App Store Compliance: Be aware of key requirements for publishing on iOS and Android.
  • Monetization Strategies: Explore different models suitable for various game types.
  • Use Case: A game developer can use this Skill to understand why their game is overheating on mobile devices and learn strategies to optimize performance and thermal management.

Quick Start

Use the mobile-games skill to learn about touch input best practices for mobile games.

Frequently Asked Questions about mobile-games

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

FAQPage Schema
Why does my mobile game overheat devices and how do I optimize thermal throttling?

Mobile game performance optimization involves mitigating platform constraints like touch input latency, battery drain, and thermal throttling to maintain smooth gameplay. It addresses specific iOS and Android device limitations to prevent overheating and frame rate drops.

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

Touch input best practices for mobile games focus on mitigating platform constraints specific to iOS and Android devices. Implementing these guidelines ensures responsive user experiences and avoids common mobile interaction anti-patterns.

How do I choose the right monetization model for my mobile game?

Choosing a mobile game monetization model requires exploring different strategies suitable for various game types. Evaluate available models against your specific gameplay loop and user experience to maximize revenue without compromising retention.

What app store compliance requirements do I need for publishing mobile games on iOS and Android?

App store compliance for publishing mobile games on iOS and Android requires meeting specific platform guidelines. Understanding these key requirements before launch ensures your game passes review and reaches the marketplace successfully.

What are common anti-patterns in mobile game development for iOS and Android?

Common anti-patterns in mobile game development include ignoring battery management, neglecting thermal throttling limits, and implementing poor touch input handling. Avoiding these issues on iOS and Android ensures better performance and user experience.