Source profileQuality 92/100

vasilyu1983/AI-Agents-public/frameworks/shared-skills/skills/data-streaming/SKILL.md

data-streaming

Designs streaming platforms for Kafka, Flink, CDC, and lakehouse ingestion. Use when planning event backbones, CDC pipelines, schema governance, or real-time lakehouse delivery.

Source repository stars
82
Declared platforms
2
Static risk flags
2
Last source update
2026-08-21
Source checked
2026-08-28

Decision brief

What it does: where it fits

Modern Best Practices: choose the event backbone and stream processor separately, treat schemas and replay as product interfaces, default to event-time processing for stateful analytics, and verify managed-service behavior from primary docs before making vendor-specific recommen…

Best for

  • Choose between Kafka, Redpanda, Pulsar, Kinesis, or managed Kafka offerings
  • Design topic strategy, partitioning, retention, replay, and ordering guarantees
  • Build or fix CDC pipelines with Debezium, Flink CDC, or managed database-streaming tools

Not for

  • Lakehouse storage formats, catalogs, or medallion architecture - Use data-lake-platform
  • OLTP schema tuning or transactional query optimization - Use data-sql-optimization

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexDeclaredSource recordInstall path and trigger
Claude CodeDeclaredSource recordInstall path and trigger
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill "frameworks/shared-skills/skills/data-streaming"
Safe inspection promptEditorial

Inspect the Agent Skill "data-streaming" from https://github.com/vasilyu1983/AI-Agents-public/blob/53f6cb73ea53a2646e3e7d4665062ad66f3683ac/frameworks/shared-skills/skills/data-streaming/SKILL.md at commit 53f6cb73ea53a2646e3e7d4665062ad66f3683ac. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Default Workflow (Use Unless User Overrides)

    1. Choose the backbone first with references/platform-selection.md. 2. Define topic, key, retention, replay, and schema strategy before discussing processors. Use assets/topic-contract-template.md. 3. Choose the processing model with references/stream-processing-patterns.md: pas…

    Choose the backbone first with references/platform-selection.md.Define topic, key, retention, replay, and schema strategy before discussing processors. Use assets/topic-contract-template.md.Choose the processing model with references/stream-processing-patterns.md: pass-through, enrich, aggregate, join, dedupe, or CDC normalization.
  2. 02

    When to Use

    Choose between Kafka, Redpanda, Pulsar, Kinesis, or managed Kafka offerings

    Choose between Kafka, Redpanda, Pulsar, Kinesis, or managed Kafka offeringsDesign topic strategy, partitioning, retention, replay, and ordering guaranteesBuild or fix CDC pipelines with Debezium, Flink CDC, or managed database-streaming tools
  3. 03

    When NOT to Use

    Lakehouse storage formats, catalogs, or medallion architecture - Use data-lake-platform

    Lakehouse storage formats, catalogs, or medallion architecture - Use data-lake-platformOLTP schema tuning or transactional query optimization - Use data-sql-optimizationEvent-driven application architecture, CQRS, or domain event design - Use software-architecture-design
  4. 04

    Triage Questions

    1. What is the real requirement: operational events, CDC, analytical enrichment, or customer-facing low-latency delivery? 2. What matters most: portability, managed simplicity, geo-replication, cost, or end-to-end latency? 3. Where must ordering hold: globally, per key, or only…

    What is the real requirement: operational events, CDC, analytical enrichment, or customer-facing low-latency delivery?What matters most: portability, managed simplicity, geo-replication, cost, or end-to-end latency?Where must ordering hold: globally, per key, or only within a local processing step?
  5. 05

    ASCII Flow

    Review the “ASCII Flow” section in the pinned source before continuing.

    Review and apply the “ASCII Flow” source section.

Permission review

Static risk signals and limitations

Writes files

medium · line 131

The documentation asks the agent to create, modify, or delete local files.

write.target-file-size-bytes = 128MB # reduces small-file problem

Network access

medium · line 241

The documentation includes network, browsing, or remote request actions.

Use web search or web fetch to verify current external facts, versions, managed-service behavior, quotas, pricing, and release-specific capabilities before final answers.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars82SourceRepository attention, not individual Skill quality
Compatibility2 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
vasilyu1983/AI-Agents-public
Skill path
frameworks/shared-skills/skills/data-streaming/SKILL.md
Commit
53f6cb73ea53a2646e3e7d4665062ad66f3683ac
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Data Streaming

Modern Best Practices: choose the event backbone and stream processor separately, treat schemas and replay as product interfaces, default to event-time processing for stateful analytics, and verify managed-service behavior from primary docs before making vendor-specific recommendations.

Primary sources live in data/sources.json. Refresh time-sensitive claims against official docs before making definitive recommendations about managed services, version-specific features, limits, or pricing.

This skill covers the data platform side of streaming: event backbones, CDC, stateful processing, schema governance, and real-time delivery into lakes, warehouses, search, or serving systems.

When to Use

  • Choose between Kafka, Redpanda, Pulsar, Kinesis, or managed Kafka offerings
  • Design topic strategy, partitioning, retention, replay, and ordering guarantees
  • Build or fix CDC pipelines with Debezium, Flink CDC, or managed database-streaming tools
  • Choose between Flink, Kafka Streams, Spark Structured Streaming, or lighter transformation paths
  • Define schema registry, compatibility, contract, and tombstone handling rules
  • Deliver streams into Iceberg, Hudi, Delta, ClickHouse, warehouses, caches, or search systems
  • Review streaming SLOs, lag, checkpointing, reprocessing, and operational failure modes

When NOT to Use

  • Lakehouse storage formats, catalogs, or medallion architecture -> Use data-lake-platform
  • OLTP schema tuning or transactional query optimization -> Use data-sql-optimization
  • Event-driven application architecture, CQRS, or domain event design -> Use software-architecture-design
  • BI dashboard automation and Metabase APIs -> Use data-metabase
  • Product instrumentation and attribution strategy -> Use marketing-product-analytics

Triage Questions

  1. What is the real requirement: operational events, CDC, analytical enrichment, or customer-facing low-latency delivery?
  2. What matters most: portability, managed simplicity, geo-replication, cost, or end-to-end latency?
  3. Where must ordering hold: globally, per key, or only within a local processing step?
  4. What is the replay model: full retention, compacted snapshots, time-bounded backfills, or one-shot delivery?
  5. Which guarantees are required: at-most-once, at-least-once, or business-level exactly-once with idempotent sinks?
  6. Which downstream systems consume the stream: lakehouse tables, warehouses, search, caches, APIs, or ML features?
  7. What is the operational baseline: small team, platform team, managed service, or self-hosted multi-region cluster?

Default Workflow (Use Unless User Overrides)

  1. Choose the backbone first with references/platform-selection.md.
  2. Define topic, key, retention, replay, and schema strategy before discussing processors. Use assets/topic-contract-template.md.
  3. Choose the processing model with references/stream-processing-patterns.md: pass-through, enrich, aggregate, join, dedupe, or CDC normalization.
  4. Lock CDC and schema-governance rules with references/cdc-and-schema-governance.md and assets/cdc-rollout-checklist.md.
  5. Define delivery and sink behavior: upserts, deletes, late data, watermarking, and reprocessing boundaries.
  6. Add SLOs, lag monitoring, checkpoint and savepoint policy, and incident drills with references/operations-and-slos.md.
  7. Score tradeoffs explicitly with assets/streaming-platform-scorecard.md when the user asks for the "best" platform.

ASCII Flow

streaming data request
  -> classify need: events, CDC, enrichment, analytics, or low-latency delivery
  -> choose backbone: Kafka-compatible, Pulsar, Kinesis, or managed service
  -> define topics: owner, key, partitions, retention, replay, schema
  -> choose processor: pass-through, enrich, join, aggregate, dedupe, CDC normalize
  -> define sink semantics: idempotency, deletes, late data, reprocessing
  -> add SLOs, lag alerts, checkpoints, DLQ/retry, and incident drills
  -> document tradeoffs and verify managed-service behavior

Default Baseline

  • Backbone: Kafka-compatible event log unless a clear managed-service or multi-tenant requirement pushes elsewhere
  • Stream processing: Flink for stateful event-time pipelines; Kafka Streams for lighter in-app processing
  • CDC: log-based CDC first; avoid trigger-based CDC unless constraints force it
  • Contracts: registry-backed schemas for shared or long-lived topics
  • Reprocessing: plan for replay before launch; do not treat backfills as exceptional
  • Sinks: design sink idempotency explicitly; "exactly-once" claims are incomplete without sink behavior

Backbone Decision Table

RequirementKafka (self-hosted)RedpandaWarpStream / AutoMQPulsarKinesis
Broadest connector/CDC ecosystembestgoodgood (Kafka API)limitedlimited
Operational simplicitypoor (ZK removed in 4.x, KRaft only)good (single binary)best (serverless or S3-backed)poorbest
Cost at high throughputmediummediumlowest (storage on S3)mediumhigh (shard cost)
Multi-tenancy / namespace isolationlimitedlimitedlimitedbestAWS-only
Geo-replication built-invia MirrorMaker 2via MirrorMaker 2limitednativeAWS-only
Kafka API compatibilitycanonicalfullfullpartialno
Queue semantics (share groups)4.2+ GAroadmaproadmapnativeno
Cloud portabilityhighhighmedium (S3 dependency)highnone

WarpStream context (July 2026): Confluent acquired WarpStream (Sept 2024); IBM completed its $11B acquisition of Confluent on March 17, 2026 — WarpStream is now part of IBM's streaming portfolio. Production customers: Grafana Labs, Cursor, Robinhood. AutoMQ production: JD.com (13T msgs/day), Grab, HubSpot.

Exactly-Once Decision Path

Need exactly-once?
  -> Is the sink idempotent or transactional?
       No  -> Add sink-level deduplication key or upsert semantics first
       Yes -> Enable broker/processor exactly-once:
                Kafka: enable.idempotence=true + transactional.id
                Flink: CheckpointingMode.EXACTLY_ONCE + two-phase commit sink
  -> Does the sink support two-phase commit?
       No  -> Business-level idempotency (dedupe key + conditional write)
       Yes -> End-to-end exactly-once boundary confirmed
  -> Document the exact guarantee boundary — broker, processor, AND sink

Kafka Version Quick-Ref (July 2026)

VersionReleasedKey change
4.0March 2025ZooKeeper removed; KRaft-only; KIP-848 next-gen consumer rebalance
4.1~mid 2025KIP-932 share groups protocol/schema stabilized
4.2Feb 2026KIP-932 (Queues/share groups) GA; performance/reliability
4.3.0May 22 202625 KIPs, 600+ commits
4.3.1Jun 25 2026Patch release; fixes ~15 issues including a critical Kafka Streams RocksDB native memory leak — latest stable

KRaft migration note: All 4.x clusters are KRaft-only. Controller quorum sizing differs from ZooKeeper ensemble sizing — do not map 1:1. Migrate non-production first; use the provided migration tool; verify controller quorum before cutting over.

KIP-932 (Queues for Kafka): GA as of 4.2. Share groups allow multiple consumers to cooperate on the same partition with per-record acknowledgment — enables queue semantics without strict partition-per-consumer assignment. Evaluate for fan-out and task-queue workloads that previously required topic-per-consumer workarounds.

Flink Version Quick-Ref (July 2026)

VersionStatusNotes
2.3.0 (Jun 25 2026)latest stableChangelog conversion SQL operators (FROM_CHANGELOG/TO_CHANGELOG); redesigned native S3 filesystem on AWS SDK v2; adaptive partition selection for backpressure; ordered late-data handling for Process Table Functions
2.2.0 (Dec 2025)stableReal-time data + AI integrations; Paimon integration
2.0.x (2.0.2, May 11 2026)stable/maintainedDisaggregated state (remote primary storage); async execution model; Materialized Tables GA
1.xEOL pathSavepoints not forward-compatible with 2.x without explicit migration

Upgrade rule: Audit savepoints before upgrading from 1.x — checkpoint format changed. Review connector compatibility. Validate SQL Gateway behavior for complex queries before migrating Table API jobs.

Iceberg Streaming Ingestion Pattern (June 2026)

Standard production stack: Kafka -> Flink (Dynamic Iceberg Sink) -> Iceberg table -> compaction job.

# Flink Dynamic Iceberg Sink — baseline config
checkpoint.interval = 5 min          # drives commit frequency
write.target-file-size-bytes = 128MB  # reduces small-file problem
write.fanout.enabled = true           # unordered writes across partitions
schema-registry.compatibility = FULL_TRANSITIVE
# Compaction: run on cold partitions; skip hot (current) partition
  • Every streaming approach produces small files — pair ingestion with a scheduled compaction job.
  • 5-minute checkpoint interval produces ~90% fewer small files vs 1-minute.
  • Iceberg v3 (ratified): deletion vectors, row lineage (_row_id), variant data, default column values, geometry/geography types, nanosecond timestamps, encryption foundations. GA on Snowflake (May 7, 2026) and Databricks Runtime 18.0+ (Unity Catalog, all clouds). Trino is not yet v3-ready as of mid-2026 — verify per-engine v3 support before committing a multi-engine stack to v3 features.

Quick Reference

TaskResourceWhen to Use
Choose Kafka vs Redpanda vs Pulsar vs Kinesisreferences/platform-selection.mdNew platform selection or platform migration
Choose Flink vs Kafka Streams vs Sparkreferences/stream-processing-patterns.mdStateful processing, joins, windows, or low-latency transforms
Design CDC and schema evolutionreferences/cdc-and-schema-governance.mdDebezium, snapshots, tombstones, contracts, registry policy
Define lag, replay, failover, and checkpoint policyreferences/operations-and-slos.mdProduction hardening and incident prevention
Draft topic naming, keys, retention, and schema rulesassets/topic-contract-template.mdNew topic or shared event contract
Plan a CDC rollout safelyassets/cdc-rollout-checklist.mdDatabase-to-stream launch or CDC migration
Compare platform options side by sideassets/streaming-platform-scorecard.mdDecision reviews and recommendation memos

Operating Principles

1. Ordering Is Scoped, Not Global

  • Promise ordering only where the platform can really preserve it, usually per partition and key.
  • If the business process needs entity-level sequencing, make the key choice explicit.

2. Schemas Are Contracts

  • Shared topics need governed evolution rules, owners, compatibility mode, and deprecation windows.
  • Plain JSON is acceptable for prototyping, not for durable shared interfaces.

3. Replay Is A First-Class Operation

  • Retention, compaction, checkpoints, and sink idempotency define whether replay is safe.
  • Do not ship a pipeline that cannot be re-run after bad code or bad data.

4. "Exactly-Once" Is End-To-End, Not A Checkbox

  • Broker or processor guarantees are insufficient if the sink can duplicate writes or mishandle deletes.
  • State the exact boundary where deduplication or transactional guarantees end.

5. CDC Needs Delete And Snapshot Strategy

  • Decide how snapshots, schema changes, tombstones, and source failover behave before launch.
  • Downstream consumers must know whether deletes arrive as tombstones, hard deletes, or soft-delete flags.

Templates

  • assets/topic-contract-template.md
  • assets/cdc-rollout-checklist.md
  • assets/streaming-platform-scorecard.md

Known Traps

  • Designing the event backbone around broker features before defining domain ownership, event contracts, and replay expectations.
  • Treating topic retention as a substitute for a durable system of record, replay plan, or downstream recovery workflow.
  • Claiming exactly-once behavior without specifying the guarantee boundary across broker, processor, sink, and side effects.
  • Mixing operational events, analytical CDC, and integration commands into the same topics without independent retention, schema, and consumer-SLA rules.
  • Shipping CDC streams without idempotency keys, snapshot semantics, tombstone handling, and late-arrival rules agreed by consumers.
  • Scaling partitions, consumer groups, and stateful processors independently and then discovering the keying model breaks ordering or hotspot behavior.

Kafka 4.x KRaft-only

Kafka 4.0+ is KRaft-only — no ZooKeeper path exists. Controller quorum sizing differs from ZooKeeper ensemble sizing; do not map 1:1. Migrate non-production first; validate quorum before cutting over production. Latest stable: 4.3.1 (Jun 25, 2026) — a patch release; upgrade past 4.3.0 promptly if running Kafka Streams, since 4.3.0 shipped a RocksDB native memory leak. KIP-932 share groups (queue semantics) are GA as of 4.2.

Flink 2.x

Flink 2.0 changed checkpoint format and removed deprecated 1.x APIs. Savepoints from 1.x require explicit migration before restoring on 2.x state backends. Audit savepoints and connector compatibility before upgrading. Latest stable: 2.3.0 (Jun 25, 2026), which adds changelog-conversion SQL operators and a redesigned native S3 filesystem. Disaggregated state (remote primary storage) and Materialized Tables are production features since the 2.0.x line.

Common Anti-Patterns

  • Using the stream platform as a generic dumping ground for every event rather than curating contracts by domain and use case.
  • Putting business-critical enrichment or policy decisions in opaque stream jobs with no replay procedure, lineage, or owner.
  • Letting producers evolve schemas opportunistically while expecting consumers to absorb breaking changes.
  • Building low-latency pipelines on top of unstable event keys, non-deterministic joins, or external side-effect calls inside hot-path processors.
  • Choosing real-time processing because it sounds strategic when batch or micro-batch would meet the product and cost requirements.
  • Treating DLQs as the main error-handling strategy instead of fixing classifier logic, validation, backpressure, and recovery paths upstream.

Navigation

Current-Source Policy

  • Prefer trust_tier: primary entries in data/sources.json for platform capabilities, service limits, compatibility, and release-sensitive behavior.
  • For recommendation questions, verify current managed-service behavior, connector support, quotas, and pricing from official docs instead of relying on frozen comparisons.
  • Separate verified facts from judgment calls when comparing Kafka, Redpanda, Pulsar, Kinesis, Flink, and managed offerings.
  • If web access is unavailable, say the recommendation is partially unverified.

Related Skills

Fact-Checking

  • Use web search or web fetch to verify current external facts, versions, managed-service behavior, quotas, pricing, and release-specific capabilities before final answers.
  • Prefer primary sources; include source links and dates for volatile recommendations.
  • If web access is unavailable, state the limitation and mark guidance as unverified.

Learnings Loop

Before applying this skill on a non-trivial task, read learnings.consolidated.md in this directory (and learnings.md if present).

After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to learnings.md via agents-skills-feedback-loop/scripts/append_learning.py. Do not modify SKILL.md itself.

Frequently asked questions

What to verify before installation and use

What does the data-streaming source document cover?

Modern Best Practices: choose the event backbone and stream processor separately, treat schemas and replay as product interfaces, default to event-time processing for stateful analytics, and verify managed-service behavior from primary docs before making vendor-specific recommen…

How do I install data-streaming?

The source record exposes this install command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill "frameworks/shared-skills/skills/data-streaming". Inspect the command and pinned source before running it.

Which Agent platforms does the source record declare?

The pinned source record declares support for: codex, claude code.

Which permission-related actions were detected?

Static rules flagged write-files, network in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing