Building a set of Gradle Agent Skills
I work at Gradle, and we are building agent skills. We have five candidates:
- Run Gradle correctly (
gradle-cli) — right task, right flags, version-aware - Best-practices lint (
gradle-bestpractices) — flag legacy patterns, suggest the current one - New project bootstrap (
gradle-init) — KMP scaffold, version catalog, convention plugins - Upgrade + deprecations (
gradle-update) — bump the wrapper, rewrite what broke - Configuration cache migration (
gradle-cc) — find what breaks CC, refactor it
Which of these would you actually use? What's missing?