From auto-mobile
Runs Android Gradle wrapper tasks (test, lint, assemble) from the android/ subdirectory. Useful for Android build, validation, or CI workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:android-gradlewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run Android work from `android/` via the Gradle wrapper.
Run Android work from android/ via the Gradle wrapper.
(cd android && ./gradlew <task>) or bash scripts/android/gradlew_task.sh <task> once that wrapper script is implemented.test, lint, assemble, or a module-scoped task.scratch/ when you need to inspect logs that will not be shown directly.validate, test, or check-ci, not as the primary workflow when the user asks for a broader task.local-validation-scripts when a repo script already wraps the Android validation you need.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileUse when building Android apps (Gradle CLI) or ROMs (AOSP, LineageOS). Triggers on "gradle build", "assemble", "AOSP", "LineageOS", "lunch", "mka", "breakfast", "brunch", "compile android", "device tree", "kernel build".
Provides Gradle build patterns for Android apps using Version Catalogs, convention plugins, build optimization, and multi-module setups. Useful for modern Android project configuration.
Orchestrates Android dev tasks — project creation, deployment, SDK management, emulator interaction, and doc search — via the `android` CLI tool.