@@ -6,8 +6,8 @@ A Claude Code plugin marketplace with 3 focused plugins for Java developers. All
66
77| Plugin | Skills | Commands | Agents | Install when |
88| ---| ---| ---| ---| ---|
9- | ` java-core ` | 13 | 2 | ` java-architect ` , ` java-build-resolver ` | Every Java project |
10- | ` java-spring ` | 4 | 2 | ` java-spring-expert ` | Spring Boot projects |
9+ | ` java-core ` | 14 | 2 | ` java-architect ` , ` java-build-resolver ` | Every Java project |
10+ | ` java-spring ` | 6 | 2 | ` java-spring-expert ` | Spring Boot projects |
1111| ` java-quality ` | 3 | 1 | ` java-security-reviewer ` , ` java-performance-reviewer ` , ` java-test-engineer ` | Quality enforcement |
1212
1313## Quick Setup (5 minutes)
@@ -63,6 +63,7 @@ Skills activate automatically based on context, or invoke them explicitly.
6363| ` /java-core:java-solid ` | Check all 5 SOLID principles with Java-specific patterns |
6464| ` /java-core:java-design-pattern ` | Detect GoF patterns in code or recommend a pattern for a problem |
6565| ` /java-core:java-adr ` | Create, list, and manage Architecture Decision Records |
66+ | ` /java-core:java-clean-arch ` | Review for Clean/Hexagonal Architecture violations or scaffold a full hexagonal layout with DDD patterns |
6667
6768### java-spring
6869
@@ -72,6 +73,8 @@ Skills activate automatically based on context, or invoke them explicitly.
7273| ` /java-spring:java-jpa ` | Deep JPA review — N+1 queries, fetch strategies, projections, Specifications |
7374| ` /java-spring:java-logging ` | Review logging — SLF4J, MDC, structured logging, PII safety |
7475| ` /java-spring:java-crud ` | Generate a complete CRUD feature in an existing project |
76+ | ` /java-spring:java-security ` | Review or generate Spring Security config — JWT, OAuth2, method security, CORS (Boot 2.x & 3.x) |
77+ | ` /java-spring:java-openapi ` | Generate or review OpenAPI/Swagger docs — ` @Tag ` , ` @Operation ` , ` @Schema ` , JWT auth scheme (springdoc v1/v2) |
7578
7679### java-quality
7780
0 commit comments