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

Zur Installation springen

Quellinformationen

Repository
cajias/claude-skills
Letzte Quellaktivität
21. Juli 2026 um 14:58
Erkannte Sprache von SKILL.md
Englisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.