Claude Code plugin marketplace with platform engineering and GTM tools
npx claudepluginhub datum-cloud/claude-code-pluginsKubernetes platform engineering automation with aggregated API servers, controller patterns, GitOps deployment, and platform capabilities
Go-to-market automation with commercial strategy, product discovery, and customer support tools for Datum Cloud
Query audit logs, investigate incidents, and author ActivityPolicies using the Milo Activity service
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A marketplace for Claude Code plugins providing platform engineering tools and automation. This repository hosts multiple plugins that can be installed individually or as a collection.
| Plugin | Description | Version |
|---|---|---|
| datum-platform | Kubernetes platform engineering automation with aggregated API servers, controller patterns, and GitOps deployment | 1.5.0 |
| datum-gtm | Go-to-market automation with commercial strategy, product discovery, and customer support | 1.0.0 |
| milo-activity | Query audit logs, investigate incidents, and author ActivityPolicies using the Milo Activity service | 1.0.0 |
Add this marketplace to Claude Code:
# In Claude Code:
/plugin marketplace add datum-cloud/claude-code-plugins
Or configure it in your project's .claude/settings.json to prompt team members to install the marketplace when they trust the project folder:
{
"extraKnownMarketplaces": {
"datum-claude-code-plugins": {
"source": {
"source": "github",
"repo": "datum-cloud/claude-code-plugins"
}
}
}
}
You can also pre-enable specific plugins:
{
"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
}
}
Once the marketplace is added, install plugins by name:
/plugin install datum-platform@datum-claude-code-plugins
/plugin install datum-gtm@datum-claude-code-plugins
/plugin install milo-activity@datum-claude-code-plugins
For local development, add the marketplace from your local directory:
# In Claude Code:
/plugin marketplace add ./path/to/claude-code-plugins
/plugin install datum-platform@datum-claude-code-plugins
Validate the marketplace before distribution:
# From the command line:
claude plugin validate .
# Or from within Claude Code:
/plugin validate .
claude-code-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ ├── datum-platform/ # Platform engineering plugin
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Plugin manifest
│ │ ├── agents/ # Specialized agents
│ │ ├── skills/ # Knowledge modules
│ │ ├── commands/ # Slash commands
│ │ ├── hooks/ # Automation hooks
│ │ └── scripts/ # Utility scripts
│ ├── datum-gtm/ # Go-to-market plugin
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Plugin manifest
│ │ ├── agents/ # Specialized agents
│ │ ├── skills/ # Knowledge modules
│ │ └── commands/ # Slash commands
│ └── milo-activity/ # Activity service plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── agents/ # Investigation & authoring agents
│ └── skills/ # Activity workflows & CEL reference
└── README.md
Kubernetes platform engineering automation with aggregated API servers, controller patterns, and GitOps deployment for the Datum Cloud platform.
Features:
Category: Platform Engineering Tags: kubernetes, go, infrastructure, multi-tenant, devops
Go-to-market automation with commercial strategy, product discovery, and customer support tools.
Features:
Category: Business Tags: gtm, marketing, product, support, commercial
Query audit logs, investigate incidents, and author ActivityPolicies using the Milo Activity service. Wraps the Activity MCP server with higher-level skills and agents that teach Claude how to use Activity for incident investigation, change auditing, and policy authoring.