jabrena/414-frameworks-quarkus-kafka
Use when you need Kafka messaging in Quarkus with SmallRye Reactive Messaging — including channel/topic design, build-time Jackson serialization, typed @Channel/@Incoming, ack/failure strategies, retries/DLQ, idempotency, Dev Services, and Testcontainers integration tests. This should trigger for requests such as Add Kafka in Quarkus; Review Reactive Messaging consumers; Improve failure handling for Quarkus Kafka; Configure Quarkus Reactive Messaging Kafka channels; Add Quarkus Kafka failure strategy or DLQ handling. Part of Plinth Toolkit
npx skills add https://github.com/jabrena/plinth --skill 414-frameworks-quarkus-kafka
Apply Quarkus Kafka guidance with concrete examples for design, implementation, and error handling.
Compile before messaging refactors; verify after changes.
./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvementsRead references/414-frameworks-quarkus-kafka.md and inspect current messaging setup before proposing changes.
Identify delivery semantics and resilience goals to define safe improvements.
Implement/refactor channels, serializers, and failure strategies in Reactive Messaging.
Execute build/tests and summarize what changed, what was verified, and follow-up actions.
For detailed guidance, examples, and constraints, see references/414-frameworks-quarkus-kafka.md.
Take jabrena/414-frameworks-quarkus-kafka from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.