Skip to content

fix: add explicit skills path declaration to plugin manifests#60

Merged
chen201724 merged 1 commit into
mainfrom
fix/plugin-skills-declaration
Mar 23, 2026
Merged

fix: add explicit skills path declaration to plugin manifests#60
chen201724 merged 1 commit into
mainfrom
fix/plugin-skills-declaration

Conversation

@chen201724
Copy link
Copy Markdown
Member

Problem

When installing yuque-personal or yuque-group plugins via the Claude Code marketplace (/plugin marketplace add yuque/yuque-ecosystem), only MCP servers are synced — skills are not installed.

Root Cause

Both plugins/yuque-personal/.claude-plugin/plugin.json and plugins/yuque-group/.claude-plugin/plugin.json lacked an explicit skills path declaration. While the skills/ directories existed with proper SKILL.md files, Claude Code's marketplace installation requires the manifest to explicitly declare component paths for reliable discovery.

Changes

  • Add "skills": "./skills/" to plugins/yuque-personal/.claude-plugin/plugin.json
  • Add "skills": "./skills/" to plugins/yuque-group/.claude-plugin/plugin.json
  • Fix yuque-personal description: "4 Skills" → "8 Skills" (there are actually 8 skills)
  • Bump both plugin versions to 1.0.1

Skills included

yuque-personal (8 skills):

  • daily-capture, knowledge-connect, note-refine, reading-digest
  • smart-search, smart-summary, stale-detector, style-extract

yuque-group (6 skills):

  • knowledge-report, meeting-notes, onboarding-guide
  • smart-search, tech-design, weekly-report

References

Closes #58

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
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 23, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-03-23 09:42 UTC

@chen201724 chen201724 merged commit 469b876 into main Mar 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

安装官网 claude code plugin 安装后,没有同步 skills

1 participant