Skip to content

Instantly share code, notes, and snippets.

@shawn-sandy
Created March 12, 2026 02:15
Show Gist options
  • Select an option

  • Save shawn-sandy/58d858b3d0e609b470fa11735cbea961 to your computer and use it in GitHub Desktop.

Select an option

Save shawn-sandy/58d858b3d0e609b470fa11735cbea961 to your computer and use it in GitHub Desktop.
Claude Marketplace Notes

Based on the search results, I can help you set up plugins to be installed by default for your team.

Configure team plugins

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]
@shawn-sandy

Copy link
Copy Markdown
Author

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment