Skip to main content

cc-pluginroot-directory-source-ignored

Fix for Claude Code startup error `Plugin directory not found at path: <marketplace_root>/<plugin_name>. Check that the marketplace entry has the correct path.` when the marketplace is a `source: "directory"` marketplace that uses `metadata.pluginRoot` to factor out a common prefix from plugin sources. Use when: (1) you author a local directory-source Claude Code marketplace (registered with `claude plugin marketplace add <local-path>`); (2) the marketplace.json declares plugins like `{"name":"foo","source":"./foo"}` with a top-level `metadata.pluginRoot: "./plugins"`; (3) plugin subdirectories physically exist at `<root>/plugins/foo` but Claude Code reports them missing at `<root>/foo` — i.e. the `/plugins/` segment is silently dropped from the resolved path; (4) you're managing the marketplace via APM (`apm.yml` with `marketplace.metadata.pluginRoot: ./plugins`), APM's packaging step happily emits the `pluginRoot`-factored marketplace.json, but Claude Code rejects it at load time; (5) the same plugin loads

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月21日 14:58
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。