authoring-gradle-builds

authoring-gradle-builds is a skill for Claude Code, Codex from rnett/gradle-mcp. It costs 52 tokens per session (3,610 once invoked), scanned A, original, Apache-2.0.

A skill for creating and changing Gradle build logic. Gradle is a tool that defines how projects are configured, dependencies are managed, code is tested, and software is delivered.

In plain words
What is it for?
It is for editing Gradle build files, settings, modules, plugins, dependencies, compiler and test settings, publishing, CI wiring, and custom tasks.
Why use it?
It provides guidance when build files or project wiring must change, helping keep configuration, dependencies, plugins, and tasks organized.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for editing Gradle build files, settings, modules, plugins, dependencies, compiler and test settings, publishing, CI wiring, and custom tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rnett/gradle-mcp/authoring-gradle-builds
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rnett/gradle-mcp --skill authoring-gradle-builds
Clone the repo
git clone --depth 1 https://github.com/rnett/gradle-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for authoring-gradle-builds

README.md
[![agentmods](https://agentmods.dev/badge/skills/rnett/gradle-mcp/authoring-gradle-builds/github.svg)](https://agentmods.dev/skills/rnett/gradle-mcp/authoring-gradle-builds)
Your own site
<a href="https://agentmods.dev/skills/rnett/gradle-mcp/authoring-gradle-builds"><img src="https://agentmods.dev/badge/skills/rnett/gradle-mcp/authoring-gradle-builds/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for authoring-gradle-builds

Your own site · 80×15
<a href="https://agentmods.dev/skills/rnett/gradle-mcp/authoring-gradle-builds"><img src="https://agentmods.dev/badge/skills/rnett/gradle-mcp/authoring-gradle-builds.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,610 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.03610
Opus 5 $0.00026 $0.01805
Sonnet 5 $0.00010 $0.00722
Haiku 4.5 $0.00005 $0.00361

Measured 7d ago against content hash a831b1afec6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

authoring-gradle-builds scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/main/skills/authoring-gradle-builds/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gradle Build Authoring

Author or modify Gradle build definitions, build logic, project structure, and delivery wiring. Optimize for lazy, decoupled, configuration-cache-compatible builds.

Positive Triggers (when to activate)

  • Authoring or modifying build.gradle(.kts), settings.gradle(.kts), convention plugins, modules, or subprojects.
  • Adding or changing dependency declarations, version catalogs, repositories, or plugin management.
  • Configuring JDK toolchains, Kotlin compiler options, test frameworks, publishing, or CI wiring.
  • Declaring or modifying composite builds (included builds via includeBuild, build-logic wiring).
  • Creating custom tasks, worker actions, build services, value sources, service injection, or project-isolation-compatible build logic.
  • Assessing build health, running best-practice audits, or handling Gradle doctor / build health check / performance audit requests.
  • Modifying advanced Gradle configuration and build performance settings.

Negative Triggers (when NOT to activate)

  • Operation/execution (running builds, running tests, diagnosing failures, and read-only dependency inspection/update discovery) belongs to using-gradle; authoring/modifying build definitions (including dependency declarations and version catalogs) belongs to authoring-gradle-builds. Trivial one-line everyday dependency edits (catalog entry + declaration + version bump) are a sanctioned overlap in using-gradle; anything structural (plugins, repositories, modules, toolchains, publishing, CI) is authoring-gradle-builds only.
  • Researching internal Gradle APIs (use using-gradle's research workflow).
  • Probing runtime project code (use interacting-with-project-runtime).
  • Verifying Compose UI (use verifying-compose-ui).
  • Advanced dependency engineering — variant-aware resolution diagnostics, dependency verification implementation (verification-metadata.xml authoring, PGP key and checksum workflows, verification repair, and CI verification workflows), component metadata rules, dependency substitution rules and composite-build diagnosis, capability conflicts, lock modes beyond basics, advanced version catalogs, and repository governance modes (use advanced-gradle-dependencies). Composite-build authoring stays here. Basic dependency declaration, version-catalog basics, and basic locking stay here.

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago Changed · +2 lines a831b1afec6d
  2. 12d ago First seen · 140 lines · 52 tokens per session scan A a2ad345ca2bc

Subscribe to this mod's changes

authoring-gradle-builds is a skill published in the GitHub repository rnett/gradle-mcp (60 stars, last pushed 4d ago), licensed Apache-2.0. It adds 52 tokens to every session and 3,610 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.