Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 42e7310

Browse files
scotwellsclaude
andcommitted
chore: configure Claude Code datum plugins
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>
1 parent 0b2b7a8 commit 42e7310

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.claude/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extraKnownMarketplaces": {
3+
"datum-claude-code-plugins": {
4+
"source": {
5+
"source": "github",
6+
"repo": "datum-cloud/claude-code-plugins"
7+
}
8+
}
9+
},
10+
"enabledPlugins": {
11+
"datum-platform@datum-claude-code-plugins": true,
12+
"datum-gtm@datum-claude-code-plugins": true
13+
}
14+
}

0 commit comments

Comments
 (0)