Build Tool Conventions

Build Tool Conventions is a skill for Claude Code, Codex from niels-emmer/myace. It costs 25 tokens per session (302 once invoked), scanned A, original, MIT.

A set of Maven and Gradle rules for organising Java projects, pinning dependency and plugin versions, and producing repeatable builds. Maven and Gradle are tools that compile code, download libraries, run tests, and package applications.

In plain words
What is it for?
Use it to standardise project layout, lock dependencies, configure plugins, run builds in CI, and make the same source produce the same result.
Why use it?
It prevents a build from changing unexpectedly because a library or build plugin was updated indirectly.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: mentions Codex; built for aider; mentions OpenCode.

Good fit Use it to standardise project layout, lock dependencies, configure plugins, run builds in CI, and make the same source produce the same result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/niels-emmer/myace/build-tool-conventions
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 niels-emmer/myace --skill build-tool-conventions
Clone the repo
git clone --depth 1 https://github.com/niels-emmer/myace

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 Build Tool Conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/niels-emmer/myace/build-tool-conventions/github.svg)](https://agentmods.dev/skills/niels-emmer/myace/build-tool-conventions)
Your own site
<a href="https://agentmods.dev/skills/niels-emmer/myace/build-tool-conventions"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/build-tool-conventions/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 Build Tool Conventions

Your own site · 80×15
<a href="https://agentmods.dev/skills/niels-emmer/myace/build-tool-conventions"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/build-tool-conventions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 302 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.
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.00025 $0.00302
Opus 5 $0.00013 $0.00151
Sonnet 5 $0.00005 $0.00060
Haiku 4.5 $0.00003 $0.00030

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

Security

Grade A, and why

Build Tool Conventions 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.

collections/additional/java-spring/skills/build-tool-conventions/SKILL.md · 25 lines

What it actually says

Purpose

Keep builds reproducible and dependency management predictable.

Checklist

  • Standard layout: Maven (src/main/java, src/test/java) or Gradle (src/main/java, src/test/java) conventions.
  • Dependency pinning: all dependency versions declared in a BOM (dependencyManagement in Maven, platform in Gradle) or pinned per-dependency.
  • Lockfiles: Maven Enforcer plugin or Gradle dependency locking to prevent unexpected transitive upgrades.
  • Plugin versions: all build plugins pinned to specific versions, not latest.
  • Reproducible builds: mvn clean verify or gradle clean build produces the same output from the same source + lockfile.
  • CI integration: build runs in CI with the same lockfile; dependency cache is content-addressed.

Expected output

A build configuration where checkout → build produces deterministic output, and dependency changes are explicit version bumps, not accidental transitive upgrades.

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 First seen · 25 lines · 25 tokens per session scan A 9c39279a2aab

Subscribe to this mod's changes

Build Tool Conventions is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed 4d ago), licensed MIT. It adds 25 tokens to every session and 302 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

java-expert

Expert-level Java development with Java 21+ features, Spring Boot, Maven/Gradle, and enterprise best practices. Use when the user mentions JVM, Spring, Maven, Gradle, or enterprise, or when the task involves Modern Java, Spring Boot, Build Tools, or Dependency Injection.

personamanagmentlayer/pcl · 63 tokens

authoring-gradle-builds

Authoring and modifying Gradle build logic, including settings, plugins, dependencies, tasks, conventions, and upgrades. Activate when build files or plugins must change; use using-gradle for inspection or execution without build-definition edits.

rnett/gradle-mcp · 52 tokens

Java Patterns

Use this skill when working on Java services/libs and you want clean layering, safe null handling, predictable build structure (Maven/Gradle), and testable code.

AmariahAK/atlarix-skills · 2 tokens

senior-java

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…

xuansenpa1/skillrevise · 65 tokens

senior-java

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…

UCSB-NLP-Chang/Skill-Usage · 65 tokens

authoring-java-sdk-tasks

Writes Airflow task logic in Java, Kotlin, or any JVM language using the Airflow Java SDK. Use when the user wants to implement Airflow tasks in Java/JVM, asks about @Builder.Dag/@Builder.Task/@Builder.XCom, the Task/BundleBuilder interfaces, reading connections/variables/XComs from Java, the JSON-to-Java type…

astronomer/agents · 152 tokens