$npx skillfedfor your agent

mobile-games

Master the core principles of mobile game development, from touch interface design and performance tuning to navigating platform constraints. This skill covers battery and thermal management strategies, responsive UI patterns, and the specific requirements of iOS and Android app stores. Build games that respect mobile hardware limits while delivering smooth, engaging experiences.

Mobile Games teaches platform constraints, touch design, performance optimization, and app store requirements for mobile game development.

AI-generated summary based on this skill's SKILL.md

★ 8,011  1,512 MITupdated by vudovn

Decision gist · record as of 2026-07-26

Mobile Games teaches platform constraints, touch design, performance optimization, and app store requirements for mobile game development. Master the core principles of mobile game development, from touch interface design and performance tuning to navigating platform constraints. This skill covers battery and thermal management strategies, responsive UI patterns, and the specific requirements of iOS and Android app stores. Build games that respect mobile hardware limits while delivering smooth, engaging experiences.

manual: git clone https://github.com/vudovn/ag-kit → cp -r ag-kit/.agents/skills/game-development/mobile-games ~/.claude/skills/mobile-games
.agents/skills/game-development/mobile-games/SKILL.md · version e088c638

Use it when

  • mobile-games teaches battery and thermal management strategies essential for mobile gaming.
  • mobile-games emphasizes gesture controls and touch input design tailored to mobile constraints.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

vudovn/ag-kit/mobile-games · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What are mobile game development best practices?

mobile-games covers core principles for creating engaging mobile experiences within platform constraints. Key practices include designing touch interfaces with 44x44 minimum target sizes, optimizing frame rates appropriate to device capabilities, implementing pause mechanics for background interruptions, and adapting UI responsively across screen sizes. The skill emphasizes respecting mobile hardware limits while maintaining smooth performance and user engagement throughout gameplay.

How can I optimize battery and thermal performance?

mobile-games teaches battery and thermal management strategies essential for mobile gaming. Techniques include leveraging dark mode on OLED screens to reduce power consumption, managing frame rate settings based on device capabilities, implementing efficient rendering pipelines, and monitoring thermal states to prevent throttling. Proper thermal management prevents device overheating during extended play sessions, directly improving user retention and device longevity.

What touch input design principles apply to mobile games?

mobile-games emphasizes gesture controls and touch input design tailored to mobile constraints. Best practices include maintaining 44x44 pixel minimum touch target sizes for reliable finger input, designing responsive UI that adapts to various screen sizes, implementing intuitive gesture recognition, and providing clear visual feedback. Effective touch design reduces player frustration and improves accessibility across diverse device types and user skill levels.

What are the app store requirements for iOS and Android?

mobile-games navigates platform-specific requirements for both iOS and Android distribution. Key considerations include iOS privacy labels for games, Android 64-bit API compliance, adherence to each store's content policies, and proper handling of app lifecycle events. Understanding these requirements prevents rejection and ensures your game reaches players smoothly on both major platforms.

Which monetization models work best for mobile games?

mobile-games explores monetization strategies including premium, free-to-play, and hybrid models. The skill covers in-app purchase design, ad integration considerations, and balancing revenue generation with player experience. Choosing the right model depends on your game type, target audience, and retention goals. Effective monetization respects player expectations while sustaining development costs.

How do I adapt my game to different mobile screen sizes?

mobile-games teaches responsive UI patterns and screen size adaptation techniques essential for mobile's device diversity. Strategies include using scalable UI layouts, testing across common resolutions, implementing safe area handling, and designing touch controls that work on various screen dimensions. Proper adaptation ensures consistent, playable experiences whether users play on phones or tablets.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Mobile Game Development

> Platform constraints and optimization principles.


1. Platform Considerations

Key Constraints
Constraint Strategy
Touch input Large hit areas, gestures
Battery Limit CPU/GPU usage
Thermal Throttle when hot
Screen size Responsive UI
Interruptions Pause on background

2. Touch Input Principles

Touch vs Controller
Touch Desktop/Console
Imprecise Precise
Occludes screen No occlusion
Limited buttons Many buttons
Gestures available Buttons/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
Action Trigger
Reduce quality Device warm
Limit FPS Device hot
Pause effects Critical temp
Battery Optimization
  • 30 FPS

(truncated - see the full file via the links below)

File tree — 1 file
.agents/skills/game-development/mobile-games/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Learn mobile game development principles and platform constraints”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

multiplayer
by vudovn · vudovn/ag-kit

Master the fundamentals of multiplayer game development through architecture selection, synchronization techniques, and network optimization. This skill guides you through choosing between dedicated servers, peer-to-peer, and host-based models, then covers lag compensation, bandwidth reduction, and server-authority security patterns to prevent cheating.

MITupdated Jul 2026
★ 8,011repo stars
nodejs-best-practices
by vudovn · vudovn/ag-kit

This skill guides you through principled decisions for Node.js development—from picking the right framework (Express, Fastify, NestJS, Hono) based on your deployment target and performance needs, to structuring layered architectures and handling errors consistently. It covers async patterns, validation strategies, security fundamentals, and testing priorities, emphasizing context-aware choices over one-size-fits-all solutions.

MITupdated Jul 2026
★ 8,011repo stars
game-development
by vudovn · vudovn/ag-kit

This orchestrator skill teaches core game development principles and intelligently directs you to the right sub-skill based on your platform (web, mobile, PC, VR) and project type (2D, 3D, design, multiplayer, art, audio). It covers universal patterns like the game loop, input abstraction, performance budgeting, and collision strategies to ground your work before specializing.

MITupdated Jul 2026
★ 8,011repo stars
2d-games
by vudovn · vudovn/ag-kit

Master the foundational systems that power 2D games. This skill covers sprite organization and animation, tilemap layering strategies, collision shapes and physics approaches, and camera techniques from basic following to advanced multi-target tracking. Explore genre-specific patterns for platformers and top-down games.

MITupdated Jul 2026
★ 8,011repo stars
pc-games
by vudovn · vudovn/ag-kit

Navigate engine selection for 2D and 3D games with a decision framework tailored to project scope and team composition. Learn platform-specific features, controller abstractions, and performance optimization techniques across Unity, Godot, and Unreal.

MITupdated Jul 2026
★ 8,011repo stars
3d-games
by vudovn · vudovn/ag-kit

Learn foundational 3D game systems covering rendering stages, shader types, collision shapes, and camera mechanics. This skill covers optimization strategies like frustum culling and LOD, lighting approaches, and common pitfalls to avoid when building immersive 3D experiences.

MITupdated Jul 2026
★ 8,011repo stars

More skills server-management (MIT) · web-games (MIT)

Tags
constraint-driven-designthermal-throttlingtouch-ergonomicsbattery-aware-developmentplatform-compliancemonetization-modelsresponsive-layoutgesture-recognitionapp-store-submissionperformance-profiling