confluentinc

Clusters Create — Development skill for Claude Code

Development community

Create a new Kafka cluster in Confluent Cloud.

How to install Clusters Create

Installs to ~/.claude/commands/confluentinc-claude-code-confluent-plugin-clusters-create.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/confluentinc/claude-code-confluent-plugin/HEAD/.claude/commands/clusters-create.md -o ~/.claude/commands/confluentinc-claude-code-confluent-plugin-clusters-create.md

Restart Claude Code, or start a new session, for it to be picked up.

What Clusters Create does


description: Create a new Kafka cluster in Confluent Cloud allowed-tools: mcp__confluent-infra__list_environments, mcp__confluent-infra__create_cluster, mcp__confluent-infra__get_cluster, mcp__confluent-infra__create_api_key

**Before starting:** If any tool call fails with "Missing required environment variables", tell the user: "Set your Confluent Cloud API credentials — generate at https://confluent.cloud/settings/api-keys, then `export CONFLUENT_CLOUD_API_KEY=... CONFLUENT_CLOUD_API_

Alternatives in Development

Full documentation available on GitHub

View Source Repository