promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Claude Code

/plugin

Manages Claude Code plugins.

Without an argument, a plugin menu opens. Subcommands list/install/enable/disable act directly.

โœ… WHEN TO USE IT?

Install a new plugin directly

Run /plugin install <name> to add a plugin without going through the menu.

See an overview of all installed plugins

Run /plugin with no argument to see in the plugin menu which plugins are active or inactive.

โ›” WHEN NOT TO?

Just reloading already-active plugins after a file change

/plugin is for management (listing, installing, enabling), not for reloading already-active plugins after changes.

Better: Use /reload-plugins to apply changes without restarting.

SOURCES