agentsclimarketplace

Mobile games

Skill sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/game-development/mobile-games

AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

Install
npx -y skills add sickn33/agentic-awesome-skills --skill mobile-games

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Mobile game development principles. Touch input, battery, performance, app stores.

SKILL.md

2.7 KB, 570 tokens by cl100k_base, as published. Nobody here has run it

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 to Use

This skill is applicable to execute the workflow or actions described in the overview.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.