Skip to content

Commit 2d9a986

Browse files
committed
fix: Correct plugin installation instructions across all documentation
The previous instructions incorrectly used direct GitHub URL installation, which is not supported. Users must first add the marketplace, then install. Correct installation: 1. /plugin marketplace add rand/cc-polymath 2. /plugin install cc-polymath@cc-polymath Updated: - README.md - docs/GETTING_STARTED.md - docs/FIRST_CONVERSATIONS.md - docs/TROUBLESHOOTING.md - docs/FAQ.md - scripts/verify-install.sh - scripts/diagnose.sh - scripts/demo-skills.sh
1 parent 799e396 commit 2d9a986

8 files changed

Lines changed: 34 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
**Install in 30 seconds**:
1212
```
13-
/plugin install https://github.com/rand/cc-polymath
13+
/plugin marketplace add rand/cc-polymath
14+
/plugin install cc-polymath@cc-polymath
1415
```
1516

1617
**Your first 3 commands**:

docs/FAQ.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Quick answers to frequently asked questions about cc-polymath, organized by topi
99
Open Claude Code and run:
1010

1111
```
12-
/plugin install https://github.com/rand/cc-polymath
12+
/plugin marketplace add rand/cc-polymath
13+
/plugin install cc-polymath@cc-polymath
1314
```
1415

1516
That's it. All 447 skills are immediately available and auto-discover as you work.
@@ -303,7 +304,8 @@ bash ~/.claude/plugins/cc-polymath/scripts/verify-install.sh
303304
If it fails, reinstall:
304305
```
305306
/plugin uninstall cc-polymath
306-
/plugin install https://github.com/rand/cc-polymath
307+
/plugin marketplace add rand/cc-polymath
308+
/plugin install cc-polymath@cc-polymath
307309
```
308310

309311
If the plugin is installed but commands don't work, restart Claude Code.

docs/FIRST_CONVERSATIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,8 @@ Every example produces immediately actionable output:
13141314
13151315
Ready to get started?
13161316
1317-
1. **Install the plugin**: `/plugin install https://github.com/rand/cc-polymath`
1317+
1. **Install the plugin**: `/plugin marketplace add rand/cc-polymath
1318+
/plugin install cc-polymath@cc-polymath`
13181319
2. **Verify it works**: `bash ~/.claude/plugins/cc-polymath/scripts/verify-install.sh`
13191320
3. **Start with your project**: Ask Claude about building React components, optimizing queries, designing APIs - whatever you're working on
13201321
4. **Skills load automatically** - no manual loading needed for common tasks

docs/GETTING_STARTED.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ cc-polymath is a Claude Code plugin that provides **447 production-ready skills*
1313
Open Claude Code and install the plugin:
1414

1515
```
16-
/plugin install https://github.com/rand/cc-polymath
16+
/plugin marketplace add rand/cc-polymath
17+
/plugin install cc-polymath@cc-polymath
1718
```
1819

1920
Wait for the confirmation message:

docs/TROUBLESHOOTING.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ Error: Command not found
3838

3939
# You should see "cc-polymath" in the list with version 2.0.0+
4040
# If not found, install it:
41-
/plugin install https://github.com/rand/cc-polymath
41+
/plugin marketplace add rand/cc-polymath
42+
/plugin install cc-polymath@cc-polymath
4243

4344
# Step 2: If installed but commands don't work, reload the plugin
4445
/plugin uninstall cc-polymath
45-
/plugin install https://github.com/rand/cc-polymath
46+
/plugin marketplace add rand/cc-polymath
47+
/plugin install cc-polymath@cc-polymath
4648

4749
# Step 3: Verify installation worked
4850
bash ~/.claude/plugins/cc-polymath/scripts/verify-install.sh
@@ -72,7 +74,8 @@ ls -la ~/.claude/plugins/cc-polymath/skills/ | head -20
7274

7375
# Step 3: If the directory doesn't exist, reinstall
7476
/plugin uninstall cc-polymath
75-
/plugin install https://github.com/rand/cc-polymath
77+
/plugin marketplace add rand/cc-polymath
78+
/plugin install cc-polymath@cc-polymath
7679

7780
# Step 4: Verify it worked
7881
bash ~/.claude/plugins/cc-polymath/scripts/verify-install.sh
@@ -130,7 +133,8 @@ rm -rf ~/.claude/skills
130133

131134
# Step 4: Verify plugin installation is current
132135
/plugin uninstall cc-polymath
133-
/plugin install https://github.com/rand/cc-polymath
136+
/plugin marketplace add rand/cc-polymath
137+
/plugin install cc-polymath@cc-polymath
134138

135139
# Step 5: Run verification
136140
bash ~/.claude/plugins/cc-polymath/scripts/verify-install.sh
@@ -190,7 +194,8 @@ ls -ld ~/.claude/plugins/cc-polymath/ # Check current owner
190194

191195
# Step 2: Update to latest version
192196
/plugin uninstall cc-polymath
193-
/plugin install https://github.com/rand/cc-polymath
197+
/plugin marketplace add rand/cc-polymath
198+
/plugin install cc-polymath@cc-polymath
194199

195200
# Step 3: Verify new version installed
196201
/plugin list | grep cc-polymath
@@ -234,7 +239,8 @@ find ~/.claude/plugins/cc-polymath/skills -name "INDEX.md" | wc -l
234239

235240
# Step 4: If counts are low, reinstall
236241
/plugin uninstall cc-polymath
237-
/plugin install https://github.com/rand/cc-polymath
242+
/plugin marketplace add rand/cc-polymath
243+
/plugin install cc-polymath@cc-polymath
238244

239245
# Step 5: Verify
240246
bash ~/.claude/plugins/cc-polymath/scripts/verify-install.sh
@@ -419,7 +425,8 @@ If you've tried these solutions and still have issues:
419425

420426
| Issue | Symptom | Quick Fix |
421427
|-------|---------|-----------|
422-
| Plugin not installed | Command not found | `/plugin install https://github.com/rand/cc-polymath` |
428+
| Plugin not installed | Command not found | `/plugin marketplace add rand/cc-polymath
429+
/plugin install cc-polymath@cc-polymath` |
423430
| Wrong file path | "No such file or directory" | Update path to `~/.claude/plugins/cc-polymath/` |
424431
| Auto-discovery not working | Skills don't auto-load | Use `/discover-*` commands explicitly |
425432
| Old installation conflict | Inconsistent behavior | `rm -rf ~/.claude/skills` |

scripts/demo-skills.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ PLUGIN_DIR="$HOME/.claude/plugins/cc-polymath"
1515
if [ ! -d "$PLUGIN_DIR" ]; then
1616
echo "Error: cc-polymath plugin not found at $PLUGIN_DIR"
1717
echo ""
18-
echo "Install with: /plugin install https://github.com/rand/cc-polymath"
18+
echo "Install with: /plugin marketplace add rand/cc-polymath
19+
/plugin install cc-polymath@cc-polymath"
1920
exit 1
2021
fi
2122

scripts/diagnose.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ if [ -d "$PLUGIN_DIR" ]; then
5959
echo "│ ✓ Gateway skills: $gateway_dirs"
6060
else
6161
echo "│ ✗ Plugin not installed"
62-
echo "│ Install: /plugin install https://github.com/rand/cc-polymath"
62+
echo "│ Install: /plugin marketplace add rand/cc-polymath
63+
/plugin install cc-polymath@cc-polymath"
6364
fi
6465
echo "└─"
6566
echo ""
@@ -253,7 +254,8 @@ echo "│"
253254
recommendations=()
254255

255256
if [ ! -d "$PLUGIN_DIR" ]; then
256-
recommendations+=("Install plugin: /plugin install https://github.com/rand/cc-polymath")
257+
recommendations+=("Install plugin: /plugin marketplace add rand/cc-polymath
258+
/plugin install cc-polymath@cc-polymath")
257259
fi
258260

259261
if [ -d "$HOME/.claude/skills" ] && [ ! -L "$HOME/.claude/skills" ]; then

scripts/verify-install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ if [ -d "$PLUGIN_DIR" ]; then
3131
((PASSED++))
3232
else
3333
echo "✗ Plugin directory not found: $PLUGIN_DIR"
34-
echo " Run: /plugin install https://github.com/rand/cc-polymath"
34+
echo " Run: /plugin marketplace add rand/cc-polymath
35+
/plugin install cc-polymath@cc-polymath"
3536
((FAILED++))
3637
echo ""
3738
echo "━━━ Summary ━━━"
@@ -116,7 +117,8 @@ else
116117
echo ""
117118
echo "Try reinstalling:"
118119
echo " /plugin uninstall cc-polymath"
119-
echo " /plugin install https://github.com/rand/cc-polymath"
120+
echo " /plugin marketplace add rand/cc-polymath
121+
/plugin install cc-polymath@cc-polymath"
120122
echo ""
121123
echo "For more help:"
122124
echo " • Troubleshooting: $PLUGIN_DIR/docs/TROUBLESHOOTING.md"

0 commit comments

Comments
 (0)