What problem does it solve? Teams adopting Kafka often lack visibility into which applications produce or consume events, whether schemas are registered, and whether risky settings like auto.register.schemas are enabled. This Skill audits a repository for Kafka usage and produces schemas, Terraform configs, and a migration report so Schema Registry adoption becomes a governed, repeatable process. ## Core Features & Use Cases - Kafka Application Detection: Scans build files and source code across Java, Python, .NET, Go, and Node.js to catalog producers, consumers, topics, and serializers. - Schema Extraction & PII Tagging: Infers Avro, JSON Schema, or Protobuf schemas from data models and inline data, tagging fields like email, ssn, and credit card with confluent:tags. - Terraform Generation: Produces Confluent provider configs (schemas.tf, tags.tf, flagged-auto-register.tf) with per-category rollout ordering and a full schema-report.md. - Use Case: Point it at a monorepo before a compliance audit to discover all Kafka producers, flag auto-registration risks, tag PII fields for GDPR, and generate Terraform to register every schema under infrastructure-as-code control. ## Quick Start Ask the assistant to scan your project folder for Kafka usage, extract schemas, tag PII fields, and generate Terraform for Schema Registry registration.