From auto-mobile
Runs Gradle wrapper tasks like test, lint, assemble from android/ subdirectory for Android builds and validation. Helper for broader validate, test, or CI workflows.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Run Android work from `android/` via the Gradle wrapper.
Provides Gradle build patterns for Android apps using Version Catalogs, convention plugins, build optimization, and multi-module setups. Useful for modern Android project configuration.
Runs narrowest test commands for fast, actionable feedback in TypeScript/Bun, Android/Gradle, and iOS/Swift projects. Ideal for test-only requests.
Guides native Android app development with Kotlin, Jetpack Compose, and Material Design 3, including project setup, configuration, accessibility, and build troubleshooting.
Share bugs, ideas, or general feedback.
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.