Skip to content

Commit 469b876

Browse files
chen201724babydog
andauthored
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

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "yuque-group",
33
"description": "语雀团队版 — 团队知识库 AI 集成,25 MCP Tools + 6 Skills",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "yuque"
77
},
88
"homepage": "https://yuque.github.io/yuque-ecosystem/",
99
"repository": "https://github.com/yuque/yuque-plugin",
10-
"license": "MIT"
10+
"license": "MIT",
11+
"skills": "./skills/"
1112
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "yuque-personal",
3-
"description": "语雀个人版 — 个人知识库 AI 集成,25 MCP Tools + 4 Skills",
4-
"version": "1.0.0",
3+
"description": "语雀个人版 — 个人知识库 AI 集成,25 MCP Tools + 8 Skills",
4+
"version": "1.0.1",
55
"author": {
66
"name": "yuque"
77
},
88
"homepage": "https://yuque.github.io/yuque-ecosystem/",
99
"repository": "https://github.com/yuque/yuque-plugin",
10-
"license": "MIT"
10+
"license": "MIT",
11+
"skills": "./skills/"
1112
}

0 commit comments

Comments
 (0)