mobile-games

mobile-games is a skill for Claude Code, Codex from MisonL/Ling. It costs 21 tokens per session (698 once invoked), scanned A, original, MIT.

Guidance for building mobile games that work well with touchscreens, limited battery power, heat, different screen sizes, interruptions, and app-store rules.

In plain words
What is it for?
Use it when designing touch controls, responsive layouts, performance and battery behavior, offline handling, app-store compliance, or mobile-game payment models.
Why use it?
It helps avoid treating a phone like a desktop or console, which can cause awkward controls, overheating, battery drain, and store-submission problems.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/misonl/ling/mobile-games
Any agent
npx skills add MisonL/Ling --skill mobile-games
Clone the repo
git clone --depth 1 https://github.com/MisonL/Ling

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mobile-games

README.md
[![agentmods](https://agentmods.dev/badge/skills/misonl/ling/mobile-games.svg)](https://agentmods.dev/skills/misonl/ling/mobile-games)
Your own site
<a href="https://agentmods.dev/skills/misonl/ling/mobile-games"><img src="https://agentmods.dev/badge/skills/misonl/ling/mobile-games.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.00698
Opus 5 $0.00010 $0.00349
Sonnet 5 $0.00004 $0.00140
Haiku 4.5 $0.00002 $0.00070

Measured 4d ago against content hash 694d8a152258, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mobile-games scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/game-development/mobile-games/SKILL.md · 109 lines

What it actually says

移动游戏开发

平台限制与优化原则。


1. 平台考量

关键限制

限制 策略
触摸输入(Touch input) 大点击区域、手势
电池(Battery) 限制 CPU/GPU 使用
热量(Thermal) 发热时节流
屏幕尺寸(Screen size) 响应式 UI
中断(Interruptions) 进入后台暂停

2. 触摸输入原则

触摸 vs 控制器

触摸 桌面/主机
不精确 精确
遮挡屏幕 无遮挡
按钮有限 许多按钮
可用手势 按钮/摇杆

最佳实践

  • 最小触摸目标:44x44 点
  • 触摸时提供视觉反馈
  • 避免精确的时间要求
  • 支持纵向与横向

3. 性能目标

热管理

动作 触发条件
降低质量 设备温热
限制 FPS 设备发热
暂停特效 临界温度

电池优化

  • 30 FPS 通常足够
  • 暂停时休眠
  • 最小化 GPS/网络
  • 深色模式节省 OLED 电量

4. 应用商店要求

iOS(App Store)

要求 备注
隐私标签 必需
账户删除 若存在账户创建
截图 覆盖所有设备尺寸

Android(Google Play)

要求 备注
目标 API 当年的 SDK
64 位 必需
App bundles 推荐

5. 变现模型

模型 最适合
Premium(付费) 优质游戏、忠实受众
Free + IAP(免费+内购) 休闲、基于进度
Ads(广告) 超休闲、高量级
Subscription(订阅) 内容更新、多人游戏

6. 反模式

[FAIL] 禁止 [OK] 推荐
在移动端使用桌面控制 为触摸设计
忽略电池消耗 监控热量
强制横屏 支持玩家偏好
始终联网 缓存并同步

记住: 移动端是最受限的平台。尊重电池与注意力。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 109 lines · 21 tokens per session scan A 694d8a152258

Subscribe to this mod's changes

mobile-games is a skill published in the GitHub repository MisonL/Ling (8 stars, last pushed 5mo ago), licensed MIT. It adds 21 tokens to every session and 698 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

orca-emulator-android

Control an Android emulator / device from inside Orca using the orca CLI. Use for listing/booting AVDs, taps, swipes, typing, hardware buttons (incl. Back and Recents), rotation, app install/launch, runtime permissions, the accessibility tree, and logcat — driving a real adb-connected device or emulator.…

stablyai/orca · 104 tokens

android-tombstone-symbolication

Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app…

dotnet/skills · 176 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

winapp-maui

Package and sign .NET MAUI Windows apps with winapp, resolving the resizetizer manifest dependency. Use when packaging or signing a .NET MAUI Windows app, building a MAUI MSIX or signed unpackaged build in CI, or fixing 'manifest contains unresolved placeholders ($placeholder$)' errors from winapp package.

microsoft/winappCli · 71 tokens

android-pentest

安卓应用渗透测试 — APK分析、Hook、自动化测试、运行态驱动、签名恢复、抓包分析.

Netw0rkNoob/VulnClaw · 32 tokens

react-native-ease-refactor

Scan for Animated/Reanimated code and migrate to EaseView.

appandflow/react-native-ease · 18 tokens