cdc skills

91 tagged cdc, measured the same way as everything else here.

Browse within: change-data-capture 38health-data 32public-health 32kafka 17confluent 16flink 16

confluentinc/agent-skills

Skill Claude CodeCodex

Set up end-to-end Change Data Capture (CDC) pipelines on Confluent Cloud using Debezium source connectors, Flink for transformation, and Tableflow for data lake integration. Supports JSONSR, Avro, and Protobuf formats. Handles schemaless topics (plain JSON without SR) and multi-event topics. This skill handles the…

45 4d ago A 203 tokens original Apache-2.0

confluentinc/agent-skills

Skill Claude CodeCodex

Use when the user wants to integrate a Kafka client into an existing application or scaffold a Java Kafka client project (Maven or Gradle based) for Confluent Cloud, local Docker, or WarpStream. Covers the Apache Kafka Java clients (KafkaProducer/KafkaConsumer/KafkaShareConsumer) with Avro, JSON Schema, or Protobuf…

45 4d ago A 126 tokens original Apache-2.0

confluentinc/agent-skills

Skill Claude CodeCodex

Use when the user wants to build a Python Kafka producer or consumer, add Schema Registry to existing Python code, migrate from raw JSON to schema-backed serialization, or scaffold a confluent-kafka-python project for Confluent Cloud, local Docker, or WarpStream. Also use when user wants to optimize Python Kafka…

45 4d ago A 75 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Alpaca capture using flowctl to stream stock trade data into Estuary collections. Use when setting up an Alpaca Market Data source for historical and real-time stock trades. Use when user says "capture Alpaca", "stream stock trades", "Alpaca market data", or "connect Alpaca to Estuary".

7 11d ago A 72 tokens original Apache-2.0

derivation-basics

05

estuary/agent-skills

Skill Claude CodeCodex

Foundation for writing Estuary derivations — what they are, language choice (SQL/TypeScript/Python), project layout, flowctl workflow, stateless vs stateful shuffling, and universal gotchas. Read this before any other derivation- skill. Use when user says "write a derivation", "how do derivations work", "create a…

7 11d ago A 92 tokens original Apache-2.0

derivation-python

06

estuary/agent-skills

Skill Claude CodeCodex

Write Estuary derivations in Python — async-generator transforms, Pydantic-typed source/output, optional persistent state, and dependency installation via uv. Use for ML/embeddings, async API calls, or any transform where SQL and TypeScript are awkward. Derivations add complexity and cost (and Python derivations…

7 11d ago A 149 tokens original Apache-2.0

add-tool

07

cyanheads/cdc-health-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

5 10d ago A 35 tokens copy · 100% Apache-2.0

api-linter

08

cyanheads/cdc-health-mcp-server

Skill Claude CodeCodex

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

5 10d ago A 86 tokens copy · 100% Apache-2.0

design-mcp-server

09

cyanheads/cdc-health-mcp-server

Skill Claude CodeCodex

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

5 10d ago A 62 tokens copy · 100% Apache-2.0

dockndevai/mcp-debezium

Skill Claude CodeCodex

Maintain and extend the dockndevai MCP server suite (mcp-keycloak, mcp-kubernetes, mcp-oci, mcp-kafka, mcp-clickhouse, mcp-debezium, mcp-azure, mcp-azure-devops, mcp-percona-pg). Use when adding or changing a tool, touching the security/policy layer, bumping dependencies, cutting a release, or publishing to npm or an…

1 2d ago A 112 tokens copy · 100% MIT

mysql-context

11

velinussage/mysql-context-mcp

Skill Claude CodeCodex

Pull compact MySQL field diffs into context via the mysql-context MCP binlog indexer. Use when the task depends on what changed in MySQL, recent database changes, a watched table, or a before/after row image. Do not use this to dump current table rows.

0 16d ago A 60 tokens original MIT