Android

用于 Android / Material 3 平台规范问题:当用户要做 Android 界面规则、导航模式、window size classes、dynamic color、edge-to-edge、无障碍或 Material 合规审查时使用。Prefer `compose-skill` when the main task is Compose/KMP 的状态、架构、DI、网络或实现细节;Combine with it when Android / Material 规则需要落到 Compose 实现。

hebertzhu 2d17d3c 1.4 KB Updated

File contents

android

Intent

  • 用于 Android / Material 3 平台规范问题:当用户要做 Android 界面规则、导航模式、window size classes、dynamic color、edge-to-edge、无障碍或 Material 合规审查时使用。Prefer compose-skill when the main task is Compose/KMP 的状态、架构、DI、网络或实现细节;Combine with it when Android / Material 规则需要落到 Compose 实现。

Default operating pattern

  1. Identify the target platform, form factor, and native system constraints.
  2. Choose native patterns before inventing custom behavior.
  3. Translate platform rules into implementable UI, architecture, or code guidance.
  4. Check accessibility, ergonomics, lifecycle, and integration edges.
  5. Return a concrete implementation path instead of vague platform advice.

Pack fit

  • Included in: platform-apps
  • Keep examples generic, privacy-safe, and portable across hosts.

Boundary

  • Do not answer Android platform questions with only iOS-centric assumptions.

hebertzhu/agent-foundry/tree/main/skills/android commit 2d17d3ce10

Frequently asked questions

npx skillmds@latest add hebertzhu/android