PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From confluentinc/mcp-confluent.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From confluentinc/mcp-confluent.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Use when the user asks about Model Context Protocol details (protocol spec, transports, authorization, tools/resources/prompts, sampling/elicitation/roots, server/client concepts, extensions, or SDK usage). Triggers on phrases like "MCP spec", "MCP transport", "streamable HTTP", "MCP authorization", "listtools"…
Skill Claude CodeCodex
Reviews pull requests for the Confluent MCP server. Use when reviewing PRs, doing self-review before sharing with the team, or when the user mentions "review PR", "help with PR", "review changes", "self-review", "review local changes", or "check my PR". Focuses on MCP tool wiring, OpenAPI/type coupling, ESM…
Skill Claude CodeCodex
Use when the user asks about Vitest mocking, spies, stubs, fake timers, config, or test runner behavior. Triggers on questions like "vi.fn", "vi.spyOn", "vi.mocked", "Mocked ", "mockResolvedValue", "restoreMocks", "vitest mock", "createMockInstance", "useFakeTimers", or how to accomplish test double patterns with…
Instructions file GitHub Copilot
Instructions for confluentinc/mcp-confluent, covering mcp-confluent, project overview, architecture (what reviewers need to know), entry flow and key layers.
MCP server Claude CodeCodexCursor +2
MCP server "confluent-dev", hosted remotely at 127.0.0.1, as configured in confluentinc/mcp-confluent.
Instructions file
Instructions for confluentinc/mcp-confluent, covering claude.md, project overview, build & development commands, architecture and entry point & startup flow.
Plugin Claude Code
Skills for streaming application developers, covering Kafka and Flink client libraries and Schema Registry.
Plugin Claude Code
Skills for streaming application developers, covering Kafka and Flink client libraries and Schema Registry.
Instructions file
Instructions for confluentinc/agent-skills, covering claude.md, repository purpose, skill anatomy, evals are the contract and reviewing skill behavior.
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…
Skill Claude CodeCodex
Write and debug Flink SQL that runs on Confluent Cloud, enforcing the CC-vs-Apache-Flink (OSS) dialect boundary. Use when the working directory is a Confluent Cloud Flink workspace, when a Flink SQL statement needs checking before it runs on a CC compute pool, or when the user mentions CC Flink, Confluent Cloud Flink…
Skill Claude CodeCodex
Create Confluent-specific skills for external users. Use this skill when users want to create, build, or author a new skill related to Confluent Cloud, Confluent Platform, Apache Kafka, WarpStream, Flink, Connectors, Schema Registry, Tableflow, CDC pipelines, or any Confluent product. Skills can be use-case focused…
Skill Claude CodeCodex
Review a Confluent agent skill in this repo against the Agent Skills spec (agentskills.io), Confluent conventions in CLAUDE.md, the PR template gates, and the evals-as-contract rule. Use this skill whenever the user asks to review, audit, validate, or lint a skill; opens or inspects a PR that adds or modifies anything…
Skill Claude CodeCodex
Body content. The name uses uppercase and underscores (invalid), and the description is too vague to be a trigger.
Skill Claude CodeCodex
Generate a Confluent Cloud topic creation script with idempotency checks. Use when the user asks to create a topic, provision topics, or write a create-topics.sh for Confluent Cloud. Do NOT trigger for self-managed Apache Kafka, schema registration, Terraform generation, or Kafka Streams topology authoring.
Skill Claude CodeCodex
Generate a Kafka consumer group lag dashboard. Use when the user asks to monitor lag, build a dashboard for consumer lag, or wire up Prometheus exporters for Kafka. Do NOT trigger for producer metrics, broker JMX, or Streams-specific monitoring.
Skill Claude CodeCodex
Enrich a customer-orders stream with loyalty tier using Flink SQL on Confluent Cloud. Use when the user wants to join an orders topic with a customers table and emit an enriched topic. Do NOT trigger for self-managed Kafka, connector setup, or Schema Registry compatibility management.
Skill Claude CodeCodex
Generate a Schema Registry compatibility report for Avro schemas in a project. Use when the user asks to check Avro compatibility, validate schema evolution, or report breaking changes. Do NOT trigger for Protobuf, JSON Schema, or Kafka client code generation.
Skill Claude CodeCodex
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.
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…
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…
Skill Claude CodeCodex
Build and deploy Apache Flink user-defined functions (UDFs) in Java for stream processing over Kafka. Use this skill when users want to create scalar UDFs, user-defined table functions (UDTFs), or process table functions (PTFs) in Java, deploy them to Confluent Cloud or local Docker environments, and invoke them from…