ワンクリックで
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 職業分類に基づく
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.
Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines.
Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries.
Use modern Android file, media, picker, FileProvider, and share-sheet APIs with minimal permissions.
Bring very old Android projects to a current supported baseline with staged upgrades, deprecated API replacement, 16 KB alignment checks, and explicit handoff to specialized skills.
| 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"],"exclude":["compose focus management","room query tuning","notification delivery only"]},"owners":["@android-agent-skills/maintainers"],"test_targets":["examples/orbittasks-compose","examples/orbittasks-xml","benchmarks/triggers.jsonl"]} |
android-gradle-build-logicandroid-architecture-cleancd examples/orbittasks-compose && ./gradlew :app:projectscd examples/orbittasks-xml && ./gradlew :app:dependenciespython3 scripts/eval_triggers.py --skill android-modularization