AI
How do I run a plugin marketplace for my team or community?
A marketplace is a `.claude-plugin/marketplace.json` catalog hosted in a git repo. You list plugins by name and source (relative path, github, git URL, git-subdir, or npm), users add the marketplace once with `/plugin marketplace add owner/repo`, and updates land via `/plugin marketplace update`. The hard parts are versioning discipline, gating for private repos, and using `strictKnownMarketplaces` in managed settings to lock down what users can install.