Skip to content

chore: configure Claude Code datum plugins#7

Merged
yahyafakhroji merged 1 commit intomainfrom
chore/add-claude-code-plugins
Mar 27, 2026
Merged

chore: configure Claude Code datum plugins#7
yahyafakhroji merged 1 commit intomainfrom
chore/add-claude-code-plugins

Conversation

@scotwells
Copy link
Copy Markdown
Contributor

This PR configures Claude Code to automatically include the datum-cloud plugins from the shared plugin marketplace.

Changes

  • Adds .claude/settings.json with the datum-cloud plugin marketplace configuration
  • Enables both datum-platform and datum-gtm plugins by default

Settings Added

{
  "extraKnownMarketplaces": {
    "datum-claude-code-plugins": {
      "source": {
        "source": "github",
        "repo": "datum-cloud/claude-code-plugins"
      }
    }
  },
  "enabledPlugins": {
    "datum-platform@datum-claude-code-plugins": true,
    "datum-gtm@datum-claude-code-plugins": true
  }
}

🤖 Generated with Claude Code

Add .claude/settings.json to enable datum-cloud plugins automatically.
This configures the datum-claude-code-plugins marketplace and enables
the datum-platform and datum-gtm plugins.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@yahyafakhroji yahyafakhroji force-pushed the chore/add-claude-code-plugins branch from 4c94e02 to 97bab80 Compare March 27, 2026 10:20
@yahyafakhroji yahyafakhroji merged commit 221c2fb into main Mar 27, 2026
5 checks passed
@yahyafakhroji yahyafakhroji deleted the chore/add-claude-code-plugins branch March 27, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants