ワンクリックで
android-modularization
Design Android repositories with feature, core, and build-logic modules that scale without cyclic dependencies.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Design Android repositories with feature, core, and build-logic modules that scale without cyclic dependencies.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | android-modularization |
| description | Design Android repositories with feature, core, and build-logic modules that scale without cyclic dependencies. |
| metadata | {"version":"0.1.0","category":"foundations","tags":["android","modules","gradle","repository-design"],"triggers":{"include":["android module split","feature modularization in android","break cyclic module dependency","android app into modules","core ui data domain modules","android module graph","api vs implementation dependency android","android-modularization skill","feature module boundary android"],"exclude":["compose focus management","room query tuning","notification delivery only","slow gradle build","configuration cache problem","version catalog for android repo","agp build logic change"]},"owners":["@android-agent-skills/maintainers"],"test_targets":["examples/orbittasks-compose","examples/orbittasks-xml","benchmarks/triggers.jsonl"]} |
android-gradle-build-logicandroid-architecture-cleanapi vs implementation, public surface area, and test fixture ownership explicit so the new boundary stays stable.cd examples/orbittasks-compose && ./gradlew :app:projectscd examples/orbittasks-xml && ./gradlew :app:dependenciespython3 scripts/eval_triggers.py --skill android-modularizationAutomate Android CI, versioning, signing boundaries, release channels, and Play-ready delivery workflows.
Use Coil in Jetpack Compose with AsyncImage, painter variants, sizing, and accessible image loading patterns.
Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.
Profile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
Bridge Compose and the View system safely during incremental migrations, interoperability screens, and shared theming.