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.
npx agentmods add skills/misonl/ling/mobile-designnpx skills add MisonL/Ling --skill mobile-designgit clone --depth 1 https://github.com/MisonL/LingWrote 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.
[](https://agentmods.dev/skills/misonl/ling/mobile-design)<a href="https://agentmods.dev/skills/misonl/ling/mobile-design"><img src="https://agentmods.dev/badge/skills/misonl/ling/mobile-design.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00052 | $0.04141 |
| Opus 5 | $0.00026 | $0.02070 |
| Sonnet 5 | $0.00010 | $0.00828 |
| Haiku 4.5 | $0.00005 | $0.00414 |
Grade A, and why
mobile-design 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.
How it starts
The opening of the file, as written. The whole thing — 395 lines — stays where its author put it; the contents beside it link to each section on GitHub.
移动端设计系统
理念: 触控优先。关注电量。尊重平台。支持离线。
核心原则: 移动端不是缩小版桌面端。按移动约束思考,先确认平台选择。
运行时脚本
执行以下脚本进行验证(不要阅读脚本内容,直接运行):
| 脚本 | 用途 | 用法 |
|---|---|---|
scripts/mobile_audit.py |
移动端 UX 与触控审计 | python scripts/mobile_audit.py <project_path> |
[CRITICAL] 强制:开始工作前先阅读参考文件
** 在读完相关文件前,不要开始开发。**
通用文件(始终必读)
| 文件 | 内容 | 状态 |
|---|---|---|
| mobile-design-thinking.md | [WARN] 反记忆化:强制思考,避免 AI 默认套路 | ⬜ CRITICAL FIRST |
| touch-psychology.md | Fitts' Law(费茨定律)、手势、触觉反馈、拇指区 | ⬜ CRITICAL |
| mobile-performance.md | RN/Flutter 性能、60fps、内存 | ⬜ CRITICAL |
| mobile-backend.md | 推送通知、离线同步、移动端 API | ⬜ CRITICAL |
| mobile-testing.md | 测试金字塔、E2E、平台差异 | ⬜ CRITICAL |
| mobile-debugging.md | 原生 vs JS 调试、Flipper、Logcat | ⬜ CRITICAL |
| mobile-navigation.md | Tab/Stack/Drawer、深链路 | ⬜ Read |
| mobile-typography.md | 系统字体、Dynamic Type、a11y | ⬜ Read |
| mobile-color-system.md | OLED、深色模式、电量意识 | ⬜ Read |
| decision-trees.md | 框架/状态/存储选型 | ⬜ Read |
mobile-design-thinking.md 是最高优先级。 该文件保证 AI 基于上下文思考,而不是套记忆模板。
平台专项文件(按目标平台阅读)
| 平台 | 文件 | 内容 | 阅读时机 |
|---|---|---|---|
| iOS | platform-ios.md | Human Interface Guidelines、SF Pro、SwiftUI 模式 | iPhone/iPad 项目 |
| Android | platform-android.md | Material Design 3、Roboto、Compose 模式 | Android 项目 |
| 跨平台 | 上述两份 | 平台差异点 | React Native / Flutter |
[CRITICAL] 做 iOS -> 先读 platform-ios.md
[CRITICAL] 做 Android -> 先读 platform-android.md
[CRITICAL] 做跨平台 -> 两份都读,并应用条件化平台逻辑
[WARN] 强制:先问再假设(必选)
停止!如果用户需求是开放式的,不要默认你常用的方案。
未明确时必须询问:
| 维度 | 提问 | 原因 |
|---|---|---|
| 平台(Platform) | “iOS、Android,还是双端?” | 影响所有设计决策 |
| 框架(Framework) | “React Native、Flutter,还是原生?” | 决定实现模式与工具链 |
| 导航(Navigation) | “Tab、Drawer,还是 Stack 导航?” | 核心 UX 架构决策 |
| 状态(State) | “状态管理用什么?(Zustand/Redux/Riverpod/BLoC)” | 架构基础 |
| 离线(Offline) | “是否需要离线可用?” | 决定数据策略 |
| 目标设备(Target devices) | “仅手机,还是也要支持平板?” | 影响布局复杂度 |
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- decision-trees.md 14 KB
- mobile-backend.md 13 KB
- mobile-color-system.md 9.0 KB
- mobile-debugging.md 5.0 KB
- mobile-design-thinking.md 15 KB
- mobile-navigation.md 12 KB
- mobile-performance.md 19 KB
- mobile-testing.md 10.0 KB
- mobile-typography.md 10 KB
- platform-android.md 15 KB
- platform-ios.md 14 KB
- scripts/mobile_audit.py 35 KB runs code
- touch-psychology.md 16 KB
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.
- 4d ago First seen · 395 lines · 52 tokens per session scan A e4c3c359ce2e
mobile-design is a skill published in the GitHub repository MisonL/Ling (8 stars, last pushed 5mo ago), licensed MIT. It adds 52 tokens to every session and 4,141 once invoked, about $0.0003 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.
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.…
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…
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.
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.
android-pentest
安卓应用渗透测试 — APK分析、Hook、自动化测试、运行态驱动、签名恢复、抓包分析.
react-native-ease-refactor
Scan for Animated/Reanimated code and migrate to EaseView.