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

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 21, 2026 at 14:58
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.