From auto-mobile
Runs Gradle wrapper tasks (e.g., test, lint, assemble) from android/ subdirectory for Android validation and builds. Saves long output to scratch/. Use as building block for broader workflows.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileandroid-gradlew/# Android Gradle Wrapper Run Android work from `android/` via the Gradle wrapper. - Prefer `(cd android && ./gradlew <task>)` or `bash scripts/android/gradlew_task.sh <task>` once that wrapper script is implemented. - Do not run Gradle tasks from the repo root. - Choose explicit tasks that match the request, such as `test`, `lint`, `assemble`, or a module-scoped task. - Save long Gradle output under `scratch/` when you need to inspect logs that will not be shown directly. - Treat this as a building-block skill for `validate`, `test`, or `check-ci`, not as the primary workflow when the use...
/android-buildBuilds Android projects with Gradle, fixes errors via android-build-resolver, generates APK/AAB, and reports status. Supports release and module-specific builds.
/gradle-buildIncrementally fixes Gradle build and compilation errors for Android and Kotlin Multiplatform projects by detecting issues, applying minimal fixes, verifying with re-builds, and summarizing results.
/gradle-buildIncrementally fixes Gradle build and compilation errors for Android and Kotlin Multiplatform projects. Detects type, parses errors, applies minimal fixes, verifies, and summarizes results.
/java-buildBuild Java project with Maven or Gradle - compile, test, package
/SKILLConfigures Git user identity and project commit scopes: verifies name/email, initializes git-agent, validates scopes from .git-agent/config.yml, generates .claude/git.local.md.
/SKILLLaunches isolated code-context researcher agent to fetch repo/library context via DeepWiki, Context7, Exa, git clone, or all methods. Accepts repo URL/name and optional --method flag.
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.