The whole hunk
from line 32, old and new numbered
/
lines
from line 32
3232* If it reports `Marketplace "claude-plugins-official" not found`, add the marketplace with `/plugin marketplace add anthropics/claude-plugins-official`, then retry the install.
3333* If it reports that it [can't find the plugin in the marketplace](/docs/en/discover-plugins#install-plugins), check the plugin name for a typo.
3434
35Check the install summary. If it reports `Run /reload-plugins to activate.`, apply the pending change without a restart:
36
37```text theme={null}
38/reload-plugins
39```
35Check the install summary. If it reports `Run /reload-plugins to activate.`, see [Apply plugin changes without restarting](/docs/en/discover-plugins#apply-plugin-changes-without-restarting) to activate the plugin in your current session.
4036
4137Once the plugin is active, you're ready to [scan and fix your codebase](#scan-and-fix-your-codebase).
4238