gradle AI Agent Skills

Browse 34 skills related to gradle

changelog

10.2k
JetBrainsJetBrains

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

134 days ago

reviewing-changes

8.5k
bitwardenbitwarden

Guides Android code reviews with type-specific checklists and MVVM/Compose pattern validation. Use when reviewing Android PRs, pull requests, diffs, or local changes involving Kotlin, ViewModel, Composable, Repository, or Gradle files. Triggered by "review PR", "review changes", "check this code", "Android review", or code review requests mentioning bitwarden/android. Loads specialized checklists for feature additions, bug fixes, UI refinements, refactoring, dependency updates, and infrastructure changes.

134 days ago

kotlin-multiplatform

1.5k
vitorpamplonavitorpamplona

Platform abstraction decision-making for the Amethyst Kotlin Multiplatform (KMP) project. Guides when to abstract versus keep platform-specific implementations, source set placement (commonMain, jvmAndroid, platform-specific mains), and expect/actual patterns. Covers primary targets (Android, JVM/Desktop, iOS) with notes for future web/WASM support. Integrates with gradle-expert to help diagnose and resolve dependency issues. Triggers on: abstraction decisions ("Should I share this?"), source set placement questions, creating expect/actual pairs, build.gradle.kts edits, incorrect placement detection, and KMP dependency suggestions.

134 days ago

android-gradle-logic

384
new-silvermoonnew-silvermoon

Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.

134 days ago

gradle-build-performance

384
new-silvermoonnew-silvermoon

Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.

134 days ago

dependency-scanner

376
a5c-aia5c-ai

Software Composition Analysis (SCA) and dependency vulnerability scanning. Scan npm, pip, maven, gradle dependencies. Check CVE databases, generate SBOM (CycloneDX, SPDX), identify license compliance issues, and track EPSS scores for prioritization.

134 days ago

run-gradle

200
proto-at-blockproto-at-block

Build, compile, run gradle tasks, fix daemon issues, resolve build failures. Multi-agent: queue builds via agent-task-queue MCP to prevent daemon proliferation. Use when: 'gradle build', 'compile', 'build failed', 'daemon hanging', 'gradle stuck', 'run task', 'module path', 'clean build'

134 days ago

run-tests

200
proto-at-blockproto-at-block

Run tests with gradle, filter by module/class/name, debug failures, integration tests

134 days ago

changelog

188
aiskillstoreaiskillstore

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

134 days ago

allaymc-plugin-dev

188
aiskillstoreaiskillstore

Build, update, and troubleshoot AllayMC plugins in Java or other JVM languages. Use when creating a new AllayMC plugin, migrating an existing plugin to a new Allay API version, wiring commands/events/tasks/config, or setting up Gradle and plugin metadata (plugin.json or AllayGradle plugin block).

134 days ago

deploy

149
instructureinstructure

Install and deploy Canvas Android apps to connected devices or emulators using adb and Gradle. Use when user mentions installing, deploying, running on device, launching app, or working with emulators.

134 days ago

build

149
instructureinstructure

Build Canvas Android apps (Student, Teacher, Parent) using Gradle. Use when user mentions building, compiling, assembling, or making the app. Provides commands for dev, qa, and prod build variants.

134 days ago

graalvm-native-image

126
giuseppe-trisciuogliogiuseppe-trisciuoglio

Provides expert guidance for building GraalVM Native Image executables from Java applications. Use when converting JVM applications to native binaries, optimizing cold start times, reducing memory footprint, configuring native build tools for Maven or Gradle, resolving reflection and resource issues in native builds, or implementing framework-specific native support for Spring Boot, Quarkus, and Micronaut. Triggers include "graalvm native image", "native executable java", "java cold start optimization", "native build tools", "ahead of time compilation java", "reflection config graalvm", "native image build failure".

134 days ago

dependency-upgrader

118
jMertajMerta

Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use when the user asks to bump deps, update frameworks, or address CVEs.

134 days ago

discover-build-systems

76
randrand

Automatically discover build system skills when working with Make, CMake, Bazel, Gradle, Maven, Cargo, Meson, build automation, or compilation. Activates for build-systems development tasks.

134 days ago

ksrc

46
respawn-apprespawn-app

Search/read 3rd-party Gradle (Kotlin/Java) dependency sources. Avoid directly accessing `.gradle`; instead, proactively use this skill to inspect source code of dependencies to learn API shapes or implementations.

134 days ago

apollo-kotlin

29
apollographqlapollographql

Guide for building applications with Apollo Kotlin, the GraphQL client library for Android and Kotlin. Use this skill when: (1) setting up Apollo Kotlin in a Gradle project for Android, Kotlin/JVM, or KMP, (2) configuring schema download and codegen for GraphQL services, (3) configuring an `ApolloClient` with auth, interceptors, and caching, (4) writing queries, mutations, or subscriptions,

134 days ago

android-slim-bindings

28
RedthRedth

Create and update slim/native platform interop bindings for Android in .NET MAUI and .NET for Android projects. Guides through creating Java/Kotlin wrappers, configuring Gradle projects, resolving Maven dependencies, generating C# bindings, and integrating native Android libraries using the Native Library Interop (NLI) approach. Use when asked about Android bindings, AAR/JAR integration, Kotlin interop, Maven dependencies, or bridging native Android SDKs to .NET.

134 days ago

Java - Gradle

19
pluginagentmarketplacepluginagentmarketplace

Master Gradle using the Kotlin DSL, task configuration, build optimization, and caching.

134 days ago

java-maven-gradle

19
pluginagentmarketplacepluginagentmarketplace

Master Maven and Gradle - build configuration, dependencies, plugins, CI/CD

134 days ago

Maven Tools

8
arvindandarvindand

JVM dependency intelligence via the Maven Tools MCP server. Use when the user asks about Maven or Gradle dependencies, JVM library versions, safe upgrades, CVEs, license risks, release history, or project dependency health. Use when reviewing `pom.xml`, `build.gradle`, `build.gradle.kts`, or Maven coordinates. Use when the user says "check my dependencies", "should I upgrade X", or "is this version safe".

134 days ago

spring-boot-scanner

6
joaquimscostajoaquimscosta

Smart code scanner that detects Spring Boot patterns and routes to appropriate skills. Use when editing Java or Kotlin files in Spring Boot projects, working with pom.xml/build.gradle containing spring-boot-starter, or when context suggests Spring Boot development. Detects annotations (@RestController, @Entity, @EnableWebSecurity, @SpringBootTest) to determine relevant skills and provides contextual guidance. Uses progressive automation - auto-invokes for low-risk patterns (web-api, data, DDD), confirms before loading high-risk skills (security, testing, verify).

134 days ago

spring-boot-verify

6
joaquimscostajoaquimscosta

Verify Spring Boot 4.x projects for correct dependencies, configuration, and migration readiness. Use when analyzing pom.xml, build.gradle, application.yml, discussing Spring Boot project setup, dependency versions, configuration validation, version compatibility, migration to Spring Boot 4, deprecated dependencies, or when user mentions "verify project", "check dependencies", "upgrade Spring Boot", "migration readiness", "Jackson 3", "@MockBean deprecated", or "Spring Security 7".

134 days ago

java-patterns

6
ZateZate

This skill should be used for Java/Spring patterns, dependency injection, streams, Optional, Kotlin, Spring Boot, Maven, Gradle, JVM backend

134 days ago

gplay-gradle-build

6
tamtomtamtom

Build, sign, and package Android apps with Gradle before uploading to Google Play. Use when asked to create an APK or AAB, configure signing, or set up build pipelines.

134 days ago

android-build

5
Hyperb1iss Hyperdroid Skill Android BuildHyperb1iss Hyperdroid Skill Android Build

Use 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".

134 days ago

check-deps

4
pwittchenpwittchen

Analyze Gradle dependencies for outdated versions, known CVEs, unnecessary transitive dependencies, and version conflicts

134 days ago

Gradle Build

4
ngxtmngxtm

Kotlin DSL, dependencies, tasks, plugins, and multi-project builds.

134 days ago

dependency-upgrader

4
lancenuneslancenunes

Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use when the user asks to bump deps, update frameworks, or address CVEs.

134 days ago

android-release-bump

1
zurchezurche

Bump Android release versions in app/build.gradle.kts, generate localized Play release notes, run verification, commit/tag/push, build a signed AAB, and optionally upload to Google Play Internal Testing. Use when asked to cut a release, bump major/minor/patch (or medium/main), update versionName/versionCode, or publish an Android app release.

134 days ago

senior-java

arielperez82arielperez82

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and performance optimization.

javaspring-bootspring-framework+11
134 days ago

xp-app-debugger

enonicenonic

Debug Enonic XP application errors. Analyzes build failures (Gradle, TypeScript) and server runtime errors (Nashorn/JS stack traces in server.log). Use when the user asks to debug, troubleshoot, or fix errors in an XP app, or pastes XP log output containing ERROR or WARN entries.

134 days ago

just-init

MehrCurryMehrCurry

Bootstraps a justfile for the current project based on its build system (uv, npm, bun, yarn, pnpm, Maven, Gradle, Cargo, Go, Elixir Mix, .NET, PHP Composer, Makefile), then updates CLAUDE.md to replace raw command docs with a just --list reference. Use when the user runs /just-init, says 'create a justfile', 'set up just for this project', or 'bootstrap just'.

134 days ago

xp-app-creator

enonicenonic

Enonic XP application development guide. Covers project setup (vanilla JS and TypeScript), component creation (pages, parts, layouts), content type schemas (content types, mixins, x-data), all 19 input types, controller patterns (JS and TS), site configuration, and build system (Gradle, tsup, webpack, Vite). Use when creating a new XP app, adding components or content types to an existing app, writing controllers, or configuring the build pipeline.

134 days ago
ClawiskillClawiskill
Network
Building with
?

Join Clawiskill today. The decentralized skill network for AI Agents.

Registry
70K+
Agent Joins
120K+
Explore Network