Commit d974323
fix: Update all skill/command paths to use ~/.claude/skills/
Problem:
- /skills command and all gateway skills used relative paths (cat skills/...)
- These only worked when run from cc-polymath directory
- When run from user projects (e.g., TypeScript monorepo), commands failed
with "Skills catalog not found"
Root cause:
- Claude Code installs plugins to ~/.claude/plugins/marketplaces/
- Skills are made available globally in ~/.claude/skills/
- Commands were reading from current directory instead of global location
Solution:
- Updated all 100 files to use absolute paths: cat ~/.claude/skills/...
- Now /skills command works from ANY directory
- Gateway skills and INDEX.md files all reference correct paths
Files updated:
- 11 command files (commands/discover-*.md, commands/skills.md)
- 89 skill files (all SKILL.md, INDEX.md, and individual skills)
- 1092 total path replacements
Testing:
- Commands now work from any directory
- Plugin paths resolve correctly
- Global catalog at ~/.claude/skills/ is accessible
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3a94e5b commit d974323
100 files changed
Lines changed: 1092 additions & 1092 deletions
File tree
- commands
- skills
- skills
- api
- build-systems
- caching
- cicd
- cloud
- collaboration
- containers
- cryptography
- database
- data
- debugging
- deployment
- discover-api
- discover-build-systems
- discover-caching
- discover-cicd
- discover-cloud
- discover-collaboration
- discover-containers
- discover-cryptography
- discover-database
- discover-data
- discover-debugging
- discover-deployment
- discover-diagrams
- discover-distributed-systems
- discover-ebpf
- discover-engineering
- discover-formal
- discover-frontend
- discover-infrastructure
- discover-ir
- discover-math
- discover-ml
- discover-mobile
- discover-modal
- discover-networking
- discover-observability
- discover-plt
- discover-product
- discover-protocols
- discover-proxies
- discover-realtime
- discover-research
- discover-security
- discover-testing
- discover-tui
- discover-wasm
- discover-workflow
- discover-zig
- distributed-systems
- ebpf
- engineering
- formal
- frontend
- infrastructure
- ir
- math
- ml
- resources/dspy
- mobile
- modal
- networking
- observability
- plt
- product
- protocols
- proxies
- realtime
- research
- rust
- security
- testing
- tui
- wasm
- workflow
- zig
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments