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 a la instalación

Datos de origen

Repositorio
cajias/claude-skills
Última actividad en el origen
21 de julio de 2026 a las 14:58
Idioma detectado de SKILL.md
inglés
Estrellas
0
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.