MO

mobile-games

Guidelines for optimizing mobile games for performance, UX, and app store compliance.

Install

mkdir -p .claude/skills/mobile-games && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/796" && unzip -o skill.zip -d .claude/skills/mobile-games && rm skill.zip

Installs to .claude/skills/mobile-games

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Mobile game development principles. Touch input, battery, performance, app stores.
82 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Optimize CPU and GPU usage for battery
  • Design touch-friendly UI with large hit areas
  • Implement thermal throttling strategies
  • Prepare app store submission requirements

How it works

It applies mobile-specific constraints like thermal management, touch input standards, and battery efficiency to game development.

Inputs & outputs

You give it
Game design and platform requirements
You get back
Optimized mobile-ready game configuration

When to use mobile-games

  • Optimizing game performance
  • Designing touch-friendly UI
  • Preparing app store requirements
  • Reducing battery usage

About this skill

Mobile Game Development

Platform constraints and optimization principles.


1. Platform Considerations

Key Constraints

ConstraintStrategy
Touch inputLarge hit areas, gestures
BatteryLimit CPU/GPU usage
ThermalThrottle when hot
Screen sizeResponsive UI
InterruptionsPause on background

2. Touch Input Principles

Touch vs Controller

TouchDesktop/Console
ImprecisePrecise
Occludes screenNo occlusion
Limited buttonsMany buttons
Gestures availableButtons/sticks

Best Practices

  • Minimum touch target: 44x44 points
  • Visual feedback on touch
  • Avoid precise timing requirements
  • Support both portrait and landscape

3. Performance Targets

Thermal Management

ActionTrigger
Reduce qualityDevice warm
Limit FPSDevice hot
Pause effectsCritical temp

Battery Optimization

  • 30 FPS often sufficient
  • Sleep when paused
  • Minimize GPS/network
  • Dark mode saves OLED battery

4. App Store Requirements

iOS (App Store)

RequirementNote
Privacy labelsRequired
Account deletionIf account creation exists
ScreenshotsFor all device sizes

Android (Google Play)

RequirementNote
Target APICurrent year's SDK
64-bitRequired
App bundlesRecommended

5. Monetization Models

ModelBest For
PremiumQuality games, loyal audience
Free + IAPCasual, progression-based
AdsHyper-casual, high volume
SubscriptionContent updates, multiplayer

6. Anti-Patterns

❌ Don't✅ Do
Desktop controls on mobileDesign for touch
Ignore battery drainMonitor thermals
Force landscapeSupport player preference
Always-on networkCache and sync

Remember: Mobile is the most constrained platform. Respect battery and attention.

When not to use it

  • When developing for desktop-only environments

Limitations

  • Requires manual monitoring of thermal triggers
  • Platform-specific requirements vary by store

How it compares

It prioritizes hardware constraints and touch ergonomics over standard desktop-first development patterns.

Compared to similar skills

mobile-games side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
mobile-games (this skill)116moNo flagsIntermediate
mobile-design1494moReviewIntermediate
iOS Animation Graphics Skill05moNo flagsIntermediate
mobile-state-management-patterns03moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

You might also like

mobile-design

sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or native mobile apps.

149231

iOS Animation Graphics Skill

bsreeram08

Creating animations and graphics using SwiftUI Canvas, Core Animation, and Lottie integration for engaging iOS app experiences.

00

mobile-state-management-patterns

almasumdev

Comparison of mobile state management patterns (MVVM, MVI, TEA, Redux, BLoC, Observable, Compose state, SwiftUI state) and how to choose. Use when designing state flow or evaluating a state library.

00

flutter-expert

sickn33

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or cross-platform features.

73125

perf-optimizer

OneKeyHQ

Systematic performance optimization and regression debugging for OneKey mobile app (iOS). Use when: (1) Fixing performance regressions - when metrics like tokensStartMs, tokensSpanMs, or functionCallCount have regressed and need to be brought back to normal levels, (2) Improving baseline performance - when there's a need to optimize cold start time or reduce function call overhead, (3) User requests performance optimization/improvement/debugging for the app's startup or home screen refresh flow.

513

swiftui-ui-patterns

Dimillian

Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.

13

Search skills

Search the agent skills registry