Based on the search results, I can help you set up plugins to be installed by default for your team.
Add enabledPlugins to your project's .claude/settings.json file:
{
"enabledPlugins": {
"code-formatter@company-tools": true,
"deployment-tools@company-tools": true
}
}You can also configure marketplaces to be automatically available by adding extraKnownMarketplaces:
{
"extraKnownMarketplaces": {
"my-team-tools": {
"source": {
"source": "github",
"repo": "your-org/claude-plugins"
}
}
}
}When team members trust the repository folder, Claude Code prompts them to install these marketplaces and plugins.
For more details, see the Plugin settings and Configure team marketplaces documentation.
(Discover and install plugins)[/en/discover-plugins]
(Plugin settings reference)[/en/settings]
(Create and distribute a marketplace)[/en/plugin-marketplaces]
Configure team marketplaces
Team admins can set up automatic marketplace installation for projects by adding marketplace configuration to .claude/settings.json. When team members trust the repository folder, Claude Code prompts them to install these marketplaces and plugins.
Add extraKnownMarketplaces to your project’s .claude/settings.json: