Skip to content

android-update-deps 1.0.0

Choose a tag to compare

@alvarose alvarose released this 10 Jul 17:03

First public release — now installable as a Claude Code plugin.

Install

/plugin marketplace add alvarose/android-update-deps
/plugin install android-update-deps@alvarose

Or clone into ~/.claude/skills/android-update-deps, or grab the .skill below.

What it does

A skill for the safe, gated review and update of dependencies in an Android (Kotlin/Gradle) project using a Gradle version catalog: detect → analyze risk → propose (waits for you) → apply → verify with :app:assembleDebug → commit on a branch.

  • JitPack (com.github.*) checked by hand (the ben-manes plugin's blind spot).
  • BOM-aware (Compose/Firebase) and coupled-block aware (Kotlin ↔ KSP ↔ Compose Compiler, AGP ↔ Gradle…).
  • Risk beyond semver: hidden compileSdk/AGP/Kotlin requirements, known vulnerabilities, licenses.
  • Commits on a branch (no push); mirrors your language (EN/ES).

See the README and CHANGELOG.