Skip to content

Commit e54bb2a

Browse files
ducpm2303claude
andcommitted
docs: update README for 3 new skills (java-clean-arch, java-security, java-openapi)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 653a41b commit e54bb2a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)