What problem does it solve? Manually writing Confluent Cloud topic provisioning scripts is error-prone and often lacks idempotency, causing failures when scripts are re-run. This Skill generates a create-topics.sh script with built-in existence checks so topics can be provisioned safely and repeatedly. ## Core Features & Use Cases - Idempotent Script Generation: Produces create-topics.sh using confluent kafka topic create with a confluent kafka topic list check before each create. - Lazy-Loaded References: Routes sizing questions to partition-count guidance and authentication questions to Cloud API key instructions only when needed. - Scope Guardrails: Confirms the user is on Confluent Cloud and hands off self-managed Apache Kafka, schema registry, Terraform, and Kafka Streams requests. - Use Case: A developer needs to provision orders, payments, and refunds topics on a Basic cluster at ~20 MB/s; the Skill generates a script with 6 partitions per topic and idempotent creates. ## Quick Start Ask the assistant to generate a create-topics.sh script for your Confluent Cloud cluster with your topic names, partition counts, and replication factor.