ducpm2303/claude-java-plugins
10 stars · Last commit 2026-04-06
Java developer toolkit for Claude Code — skills, agents, hooks, and coding standards for Java 8+ projects
README preview
# Java Plugins for Claude Code A Claude Code plugin marketplace with 3 focused plugins for Java developers. All plugins support **Java 8 through Java 21** and tailor advice to your target Java version. ## Plugins | Plugin | Skills | Commands | Agents | Install when | |---|---|---|---|---| | `java-core` | 14 | 2 | `java-architect`, `java-build-resolver` | Every Java project | | `java-spring` | 9 | 2 | `java-spring-expert` | Spring Boot projects | | `java-quality` | 3 | 1 | `java-security-reviewer`, `java-performance-reviewer`, `java-test-engineer` | Quality enforcement | ## Quick Setup (5 minutes) 1. Copy [`templates/CLAUDE.md.template`](templates/CLAUDE.md.template) to your Java project root as `CLAUDE.md` and fill in the placeholders 2. Copy [`templates/settings.json.template`](templates/settings.json.template) to `.claude/settings.local.json` to pre-approve build/test commands 3. Install the plugins (below) ---