mobile-games

Provides iOS and Android game development guidance covering touch input, thermal/battery optimization, monetization models, and app store compliance.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/OmarMira/Coontabilidad --skill mobile-games-omarmira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-games
Source: https://github.com/OmarMira/Coontabilidad/tree/main/.agent/skills/game-development/mobile-games
Command: npx skills add https://github.com/OmarMira/Coontabilidad --skill mobile-games-omarmira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the unique challenges of developing mobile games, helping developers create engaging experiences that perform well on diverse devices and meet app store requirements.

Core Features & Use Cases

  • Platform Constraints: Understand and mitigate limitations related to touch input, battery life, and device performance.
  • Optimization Strategies: Implement best practices for thermal management, battery conservation, and responsive UI design.
  • App Store Compliance: Navigate the specific requirements of iOS and Android app stores.
  • Monetization Models: Choose and implement effective strategies like premium, IAP, ads, or subscriptions.
  • Use Case: A game developer can use this skill to ensure their new mobile game has large enough touch targets to be playable on smaller screens and includes a clear pause mechanism to conserve battery when the user switches apps.

Quick Start

Explain the best practices for touch input in mobile game development.

Frequently Asked Questions about mobile-games

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

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

Best practices for touch input in mobile game development involve using appropriately sized touch targets to ensure playability on smaller screens and designing responsive UI that mitigates platform constraints. This prevents unresponsive controls and ensures accessible gameplay across diverse devices.

How do I optimize mobile game performance to prevent overheating?

Optimize mobile game performance to prevent overheating by implementing thermal management and battery conservation strategies. This reduces device throttling and excessive battery drain, keeping your game stable and responsive during extended play sessions.

What monetization models should I choose for my iOS or Android game?

Choosing monetization models for iOS or Android games involves evaluating premium, in-app purchase, ad, or subscription strategies. Selecting the right model ensures revenue generation without compromising the player experience or violating app store guidelines.

How do I ensure my mobile game meets app store compliance requirements?

Ensure mobile game app store compliance by navigating the specific requirements of iOS and Android platforms. This involves adhering to platform-specific guidelines to avoid common anti-patterns and prevent rejection during the submission process.

Why does my mobile game drain battery so quickly when users switch apps?

Your mobile game drains battery quickly when users switch apps because it lacks a clear pause mechanism. Implementing battery optimization and responsive UI design ensures the game conserves power and manages thermal loads during background states.