Skip to content

Commit 0355b8a

Browse files
auge2uclaude
andcommitted
fix: correct plugin installation commands in README
- Use /plugin marketplace add (not /add-marketplace) - Use /plugin install plugin@marketplace format - Add other useful plugin management commands 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 00b5cb5 commit 0355b8a

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@ Both methods configure the same things - choose based on your preference.
2020
If you have Claude Code, install as a plugin for the full interactive experience:
2121

2222
```bash
23-
# Add the marketplace (run inside Claude Code)
24-
/add-marketplace auge2u/claude-dev-kit
23+
# Step 1: Add the marketplace (run inside Claude Code)
24+
/plugin marketplace add auge2u/claude-dev-kit
25+
26+
# Step 2: Install the plugin
27+
/plugin install claude-dev-kit@claude-dev-kit
2528
```
2629

27-
Then start a conversation:
30+
Then use the skills:
2831

2932
```bash
3033
# Ask Claude to set up your environment
31-
claude "Set up my dev environment"
34+
"Set up my dev environment"
3235

33-
# Or be specific
34-
claude "Setup shell with powerlevel10k"
35-
claude "Configure VS Code for Claude development"
36+
# Or invoke skills directly
37+
Skill: setup-claude-dev-kit
38+
Skill: setup-cdk-shell
3639
```
3740

3841
**What you get:**
@@ -41,6 +44,13 @@ claude "Configure VS Code for Claude development"
4144
- Adapts to your existing setup
4245
- Explains what it's doing
4346

47+
**Other plugin commands:**
48+
```bash
49+
/plugin # Interactive plugin browser
50+
/plugin marketplace list # List installed marketplaces
51+
/plugin marketplace remove claude-dev-kit # Remove marketplace
52+
```
53+
4454
---
4555

4656
## Option 2: Standalone Script (No Claude Required)

0 commit comments

Comments
 (0)