confluent-skill-creator
Installation
SKILL.md
Confluent Skill Creator
A specialized skill creator for building Confluent product skills that are tested against real Confluent environments (local, platform, cloud, or WarpStream).
This skill extends the base skill-creator workflow with Confluent-specific requirements:
- Flexible scope: Skills can be use-case focused (e.g., "CDC from PostgreSQL to Iceberg") or component-specific (e.g., "Flink SQL skill", "Schema Registry skill")
- Platform targeting: Skills either target a specific platform (named in the skill) or support all platforms with platform-specific reference files
- Environment testing: Real E2E tests against local Confluent, Confluent Platform, Confluent Cloud, or WarpStream
- Safe CRUD operations: Show full plan and get confirmation before creating/modifying Confluent resources
- Credential management: Proper .env file setup for all required credentials
- Spec compliance: Created skills validated against the Agent Skills specification
- Smart defaults: Schema Registry with JSON_SR (schema GUID in header) by default
Prerequisites
- Python 3.9+
confluent-kafka[avro,json,protobuf],requests,jsonschema,python-dotenvPython packages (seescripts/requirements.txt)- Access to a Confluent environment (Cloud, Platform, local Docker, or WarpStream) for E2E testing