The whole hunk
from line 310, old and new numbered
/
lines
from line 310
310310 To test a plugin together with a plugin it depends on, see [Test a plugin and its dependency locally](/docs/en/plugin-dependencies#test-a-plugin-and-its-dependency-locally).
311311</Tip>
312312
313Trying the plugin with `--plugin-dir` tells you it can work. To find out how often Claude actually reaches for it and gets the right result, run it against a set of test prompts with [`claude plugin eval`](/docs/en/plugin-evals). Each prompt runs several times with and without the plugin loaded, so you can see what the plugin contributes and catch regressions when you change it or a new model ships.
314
313315To load several plugins from one place, pass a folder that holds them, such as `--plugin-dir ./plugins`. Loading a folder of plugins requires Claude Code v2.1.265 or later. Claude Code reads the folder's top level to decide which plugins load, and in an interactive session it also watches the folder for later changes:
314316
315317* **What loads**: if the folder has no manifest or plugin components at its top level, Claude Code treats it as a folder of plugins. Each immediate subfolder that has a `.claude-plugin/plugin.json` manifest loads as a separate plugin. Claude Code skips everything else in the folder without reporting an error, including plugins that have no manifest.
from line 469
467469
468470### For plugin developers
469471
472* [Test plugins with evals](/docs/en/plugin-evals): measure what your plugin changes and gate CI on it
470473* [Create and distribute a marketplace](/docs/en/plugin-marketplaces): package and share your plugins
471474* [Plugins reference](/docs/en/plugins-reference): complete technical specifications
472475* Dive deeper into specific plugin components: