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

Ir para a instalação

Informações da origem

Repositório
cajias/claude-skills
Última atividade na origem
21 de julho de 2026 às 14:58
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.