trigger-overlap

star 36

Build a Confluent Cloud topic provisioning script with retention and compaction. Use when the user asks to create a topic, write a `create-topics.sh`, set retention, set compaction policy, provision topics for Confluent Cloud, or generate idempotent topic scripts.

confluentinc By confluentinc schedule Updated 5/29/2026

name: trigger-overlap description: Build a Confluent Cloud topic provisioning script with retention and compaction. Use when the user asks to create a topic, write a create-topics.sh, set retention, set compaction policy, provision topics for Confluent Cloud, or generate idempotent topic scripts.

trigger-overlap — topic provisioning

Generate create-topics.sh with retention/compaction settings.

Step 1

Ask for topic names, retention, cleanup policy.

Step 2

Generate the script with confluent kafka topic create --config retention.ms=... --config cleanup.policy=....

Install via CLI
npx skills add https://github.com/confluentinc/agent-skills --skill trigger-overlap
Repository Details
star Stars 36
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
confluentinc
confluentinc Explore all skills →