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.
/plugin marketplace add motlin/claude-code-pluginsnpx agentmods add plugins/motlin/claude-code-plugins/javagit clone --depth 1 https://github.com/motlin/claude-code-pluginsWrote 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.
[](https://agentmods.dev/plugins/motlin/claude-code-plugins/java)<a href="https://agentmods.dev/plugins/motlin/claude-code-plugins/java"><img src="https://agentmods.dev/badge/plugins/motlin/claude-code-plugins/java.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
java 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 yesterday.
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.
What it actually says
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "java",
"description": "Java and Maven tools for OpenRewrite import ordering and POM dependency management",
"version": "1.32.0",
"license": "Apache-2.0",
"author": {
"name": "Craig Motlin"
},
"agents": ["./agents/liquibase-lock-resolver.md"],
"commands": [
"./commands/openrewrite-analyze-recipes.md",
"./commands/openrewrite-violations.md",
"./commands/pom-ordering.md"
],
"skills": ["./skills/maven-cli", "./skills/openrewrite", "./skills/openrewrite-recipes", "./skills/pom-ordering"]
}
What it installs
The manifest is a name and a version. 7 skills, 3 commands, 1 agent travel with it, and installing the plugin installs all of them — 435 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill openrewrite-recipes A 51 tokens
- Skill openrewrite A 32 tokens
- Skill openrewrite-analyze-recipes A 57 tokens
- Skill pom-ordering A 24 tokens
- Skill maven-cli A 69 tokens
- Skill openrewrite-violations A 55 tokens
- Skill liquibase-lock-resolver A 63 tokens
- Command openrewrite-violations A 18 tokens
- Command openrewrite-analyze-recipes A 13 tokens
- Command pom-ordering A 7 tokens
- Agent liquibase-lock-resolver A 46 tokens
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.
- yesterday First seen · 18 lines scan A 12fd2e79a615
java is a plugin published in the GitHub repository motlin/claude-code-plugins (15 stars, last pushed 3d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-04.
Other plugins, from other repositories
quarkus-appdev
Skills for developing and maintaining Quarkus applications.
spring-boot-plugin
Spring Boot backend stack provider for the SDLC marketplace (priority=150). Detects Spring Boot projects via pom.xml / build.gradle / build.gradle.kts and registers spring-boot-architect (Sonnet/medium) as the development-phase backend implementer. Covers REST controllers, Spring Data JPA, Bean Validation, Spring…
shipwithai-java-backend-toolkit
Guardrail-first Spring Boot + JPA toolkit for Claude Code. Just-in-time hooks catch missing @Version, broken @Transactional proxies, entity-in-controller leaks, N+1, and query injection at the moment you write them; scaffold skills generate correct-by-default entities, endpoints, and migrations; a tuned reviewer agent.
vaadin-skills
Skills and tools for building high-quality Vaadin 25 applications with Java/Flow — theming, visual design, and form layout. Includes the hosted Vaadin MCP server for current documentation and API lookup.
java-agent-debugger
Debug Java programs interactively from the command line via the jdbg CLI: launch a program or attach to a running JVM (JDWP), set breakpoints, step through code, and inspect variables, expressions, threads, and exceptions. Stateful background sessions with structured (text/JSON) output. Cross-platform, native on…
mixinmcp
Skills for the MixinMCP IntelliJ MCP tools: full-classpath dependency search, type hierarchies, bytecode inspection, reference-aware refactors, and SpongePowered Mixin / MixinExtras writing guidance.