AI Agent Skills by Confluent is a collection of skills for building Kafka producers, Flink applications, and real-time data-streaming pipelines. Developers use it with coding assistants when creating applications and pipelines on Confluent. The catalogue entries are its skills, plugin, and instruction.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add confluentinc/agent-skills --skill good-skillgit clone --depth 1 https://github.com/confluentinc/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/confluentinc/agent-skills/good-skill)<a href="https://agentmods.dev/skills/confluentinc/agent-skills/good-skill"><img src="https://agentmods.dev/badge/skills/confluentinc/agent-skills/good-skill.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00257 |
| Opus 5 | $0.00034 | $0.00129 |
| Sonnet 5 | $0.00014 | $0.00051 |
| Haiku 4.5 | $0.00007 | $0.00026 |
Grade A, and why
good-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
good-skill — Confluent Cloud topic provisioning
⚠️ Lazy-load references
Do not read every reference up front. Each phase below routes to the one file it needs.
- User asks "what partition count?" → read
references/sizing.md§ Partition Count Decision - User asks "how do I authenticate?" → read
references/auth.md§ Cloud API Keys
Steps
- Confirm the user is on Confluent Cloud (not self-managed). If self-managed, hand off — not in scope.
- Gather: topic names, partition counts, RF, cleanup policy.
- Generate
create-topics.shusingconfluent kafka topic create --cluster .... - Include idempotency: check
confluent kafka topic listbefore each create. - Save script to project root and emit a one-paragraph summary.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 22 lines · 69 tokens per session scan A 947346269bfe
good-skill is a skill published in the GitHub repository confluentinc/agent-skills (54 stars, last pushed 4d ago), licensed Apache-2.0. It adds 69 tokens to every session and 257 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
supabase
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…
kotlin-backend-jpa-entity-mapping
Model Kotlin persistence code correctly for Spring Data JPA and Hibernate. Covers entity design, identity and equality, uniqueness constraints, relationships, fetch plans, and common ORM (Object-Relational Mapping) traps specific to Kotlin. Use when creating or reviewing JPA (Java Persistence API) entities, diagnosing…
yida-data-management
A tool for querying, adding, and updating Yida form records, child tables, process records, and task-center data. It keeps ordinary forms and approval workflows on their separate data interfaces.
jeecg-onlform
A tool for turning plain-language requirements into JeecgBoot Online forms and their database configuration. These forms are built from field definitions and provide runtime data entry and CRUD, meaning create, read, update, and delete operations.
loom-search
Full-text search and search engine implementation.
contentful-migration
Write and run Contentful content model migration scripts using the contentful-migration library and the Contentful CLI. Covers creating, editing, and deleting content types and fields, validations, editor interface configuration, editor layouts, sidebar widgets, entry transformations, tags, annotations, and the…