claude-code - 💡(How to fix) Fix D:/software/Git/plugin 安装的技能在 VS Code 侧边栏中不显示

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

问题

通过 /plugin 命令安装的技能,在 VS Code 扩展侧边栏中看不到,但通过 CC Switch 安装的技能两边都能正常使用。

原因

两种安装方式使用了不同的目录:

方式路径VS Code 侧边栏
CC Switch~/.claude/skills/<名称>/✅ 可见
/plugin~/.claude/plugins/cache/claude-plugins-official/<名称>/<hash>/❌ 不可见

VS Code 扩展只扫描了 ~/.claude/skills/ 目录,没有扫描 ~/.claude/plugins/cache/

复现步骤

  1. 在 CLI 中执行 /plugin,安装 code-reviewfrontend-design
  2. 执行 /reload-plugins
  3. 打开 VS Code 侧边栏 → Claude Code 面板
  4. 执行 /skills,发现 /plugin 安装的技能全部缺失

环境

  • VS Code 扩展:anthropic.claude-code v2.1.145
  • 系统:Windows 11
  • 注:这些技能在集成终端中完全正常,仅在侧边栏面板中不可见

期望行为

无论通过哪种方式安装的技能,都应该在 CLI 和 VS Code 侧边栏中都能使用。

补充说明

两种方式的文件结构也不同——/plugin 使用 skills/<名称>/SKILL.md 格式,而 CC Switch 使用平铺的 .md 文件——扩展在扫描插件缓存目录时可能需要同时兼容这两种格式。

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix D:/software/Git/plugin 安装的技能在 VS Code 侧边栏中不显示