Java conventions for this repo. TRIGGER when editing any *.java file, JUnit tests, or Maven modules.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add bjcoombs/ai-native-toolkit --skill java-conventions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Java Conventions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bjcoombs-java-conventions)More formats (shields.io, HTML) on the badges page.
---
name: java-conventions
description: Java conventions for this repo. TRIGGER when editing any *.java file, JUnit tests, or Maven modules.
---
# Java Conventions
Use Log4j2 for logging. Prefer constructor injection over field injection
because it makes dependencies explicit and testable.
Default to JUnit5 with AssertJ for assertions. Run `mvn verify` before pushing.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!