File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,18 @@ All plugins support **Java 8 through Java 21** and tailor advice to your target
1616
1717## Installation
1818
19- Add the marketplace:
19+ ### Step 1 — Add the marketplace
20+
2021``` shell
21- /plugin marketplace add < your-github-username > / java-plugins
22+ /plugin marketplace add ducpm2303/claude- java-plugins
2223```
2324
24- Install individual plugins:
25+ This registers the marketplace once. Claude Code will fetch the plugin catalog from ` https://github.com/ducpm2303/claude-java-plugins ` .
26+
27+ ### Step 2 — Install plugins
28+
29+ Install only what you need:
30+
2531``` shell
2632/plugin install java-core@java-plugins
2733/plugin install java-spring@java-plugins
@@ -30,6 +36,32 @@ Install individual plugins:
3036/plugin install java-performance@java-plugins
3137```
3238
39+ Or install the full suite at once:
40+
41+ ``` shell
42+ /plugin install java-core@java-plugins && \
43+ /plugin install java-spring@java-plugins && \
44+ /plugin install java-security@java-plugins && \
45+ /plugin install java-testing@java-plugins && \
46+ /plugin install java-performance@java-plugins
47+ ```
48+
49+ ### Step 3 — Verify installation
50+
51+ ``` shell
52+ /plugin list
53+ ```
54+
55+ You should see all installed java-* plugins listed.
56+
57+ ### Updating
58+
59+ To get the latest plugin versions:
60+
61+ ``` shell
62+ /plugin marketplace update java-plugins
63+ ```
64+
3365## Usage
3466
3567### Skills (slash commands)
You can’t perform that action at this time.
0 commit comments