Commit 469b876
fix: add explicit skills path declaration to plugin manifests (#60)
Both yuque-personal and yuque-group plugins had skills/ directories with
SKILL.md files, but the plugin.json manifests did not declare the skills
path. This caused Claude Code to not sync skills when installing via
marketplace.
Changes:
- Add "skills": "./skills/" to yuque-personal plugin.json
- Add "skills": "./skills/" to yuque-group plugin.json
- Fix yuque-personal description from "4 Skills" to "8 Skills"
- Bump version to 1.0.1
Closes #58
Co-authored-by: babydog <babydog@babydogdeMacBook-Pro.local>1 parent fc189d9 commit 469b876
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
0 commit comments