Skip to content

Commit 1e99a88

Browse files
ducpm2303claude
andcommitted
chore: bump all plugins and marketplace to v2.0.0
- java-core: 1.2.0 → 2.0.0 (adds /java-adr, globs-scoped rules) - java-spring: 1.1.0 → 2.0.0 (globs-scoped rules) - java-security: 1.0.0 → 2.0.0 (remove duplicate hooks ref, globs rules) - java-testing: 1.0.0 → 2.0.0 (globs-scoped rules) - java-performance: 1.0.0 → 2.0.0 (globs-scoped rules) - marketplace: 1.2.0 → 2.0.0 - README: add /java-adr to skills table Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2ff84ac commit 1e99a88

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,42 @@
55
},
66
"metadata": {
77
"description": "Java developer toolkit for Claude Code — general Java, Spring Boot, security, testing, and performance",
8-
"version": "1.2.0"
8+
"version": "2.0.0"
99
},
1010
"plugins": [
1111
{
1212
"name": "java-core",
1313
"source": "./plugins/java-core",
14-
"description": "General Java skills (review, refactor, explain, fix, docs, health, concurrency, API, migration, commit, SOLID, design patterns), architect + build-resolver agents, and Java coding standards",
15-
"version": "1.2.0",
16-
"keywords": ["java", "core", "review", "refactor", "solid", "design-patterns", "concurrency", "migrate"]
14+
"description": "General Java skills (review, refactor, explain, fix, docs, health, concurrency, API, migration, commit, SOLID, design patterns, ADR), architect + build-resolver agents, and path-scoped Java coding standards",
15+
"version": "2.0.0",
16+
"keywords": ["java", "core", "review", "refactor", "solid", "design-patterns", "concurrency", "migrate", "adr"]
1717
},
1818
{
1919
"name": "java-spring",
2020
"source": "./plugins/java-spring",
2121
"description": "Spring Boot skills (scaffold, JPA review, logging review, CRUD generator) and Spring expert agent",
22-
"version": "1.1.0",
22+
"version": "2.0.0",
2323
"keywords": ["java", "spring", "spring-boot", "scaffold", "jpa", "crud", "logging"]
2424
},
2525
{
2626
"name": "java-security",
2727
"source": "./plugins/java-security",
2828
"description": "Java security reviewer agent and post-edit security hooks",
29-
"version": "1.0.0",
29+
"version": "2.0.0",
3030
"keywords": ["java", "security", "owasp"]
3131
},
3232
{
3333
"name": "java-testing",
3434
"source": "./plugins/java-testing",
3535
"description": "Java test generation skill and test engineer agent",
36-
"version": "1.0.0",
36+
"version": "2.0.0",
3737
"keywords": ["java", "testing", "junit", "mockito"]
3838
},
3939
{
4040
"name": "java-performance",
4141
"source": "./plugins/java-performance",
4242
"description": "Java performance reviewer agent",
43-
"version": "1.0.0",
43+
"version": "2.0.0",
4444
"keywords": ["java", "performance", "jpa", "optimization"]
4545
}
4646
]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Claude Code plugin marketplace with 5 independently installable plugins for Ja
66

77
| Plugin | Skills | Agents | Description |
88
|---|---|---|---|
9-
| `java-core` | `/java-review`, `/java-refactor`, `/java-explain`, `/java-fix`, `/java-docs`, `/java-health`, `/java-concurrency-review`, `/java-api-review`, `/java-migrate`, `/java-commit`, `/java-solid`, `/java-design-pattern` | `java-architect`, `java-build-resolver` | General Java — code review, refactoring, explanation, fix, docs, health scoring, concurrency, API design, migration, commits, SOLID, design patterns |
9+
| `java-core` | `/java-review`, `/java-refactor`, `/java-explain`, `/java-fix`, `/java-docs`, `/java-health`, `/java-concurrency-review`, `/java-api-review`, `/java-migrate`, `/java-commit`, `/java-solid`, `/java-design-pattern`, `/java-adr` | `java-architect`, `java-build-resolver` | General Java — code review, refactoring, explanation, fix, docs, health scoring, concurrency, API design, migration, commits, SOLID, design patterns, ADRs |
1010
| `java-spring` | `/java-scaffold`, `/java-jpa`, `/java-logging`, `/java-crud` | `java-spring-expert` | Spring Boot — scaffolding, JPA review, logging review, CRUD generation |
1111
| `java-security` || `java-security-reviewer` | Security — OWASP Top 10 review and hooks |
1212
| `java-testing` | `/java-test` | `java-test-engineer` | Testing — test generation and strategy |
@@ -79,6 +79,7 @@ To get the latest plugin versions:
7979
| `/java-commit` | `java-core` | Generate a Conventional Commits message for staged Java changes |
8080
| `/java-solid` | `java-core` | Check all 5 SOLID principles with Java-specific patterns |
8181
| `/java-design-pattern` | `java-core` | Detect GoF patterns in code or recommend a pattern for a problem |
82+
| `/java-adr` | `java-core` | Create, list, and manage Architecture Decision Records |
8283
| `/java-scaffold` | `java-spring` | Scaffold a Spring Boot project or feature |
8384
| `/java-jpa` | `java-spring` | Deep JPA review — N+1 queries, fetch strategies, projections, Specifications |
8485
| `/java-logging` | `java-spring` | Review logging — SLF4J best practices, MDC, structured logging, PII safety |

plugins/java-core/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "java-core",
33
"description": "General Java skills, architect agent, and coding standards for Java 8+",
4-
"version": "1.2.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},

plugins/java-performance/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "java-performance",
33
"description": "Java performance reviewer agent for Java 8+ projects",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "java-security",
33
"description": "Java security reviewer agent and post-edit security hooks for Java 8+ projects",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},
8-
"keywords": ["java", "security", "owasp", "injection", "authentication"],
9-
"hooks": "./hooks/hooks.json"
8+
"keywords": ["java", "security", "owasp", "injection", "authentication"]
109
}

plugins/java-spring/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "java-spring",
33
"description": "Spring Boot scaffold skill and Spring expert agent for Java 8+ projects",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},

plugins/java-testing/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "java-testing",
33
"description": "Java test generation skill and test engineer agent for Java 8+ projects",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},

0 commit comments

Comments
 (0)