What is kafka-development-practices?
Applies general coding standards and best practices for Kafka development with Scala. Source: oimiragieo/agent-studio.
Applies general coding standards and best practices for Kafka development with Scala.
Quickly install kafka-development-practices AI skill to your development environment via command line
Source: oimiragieo/agent-studio.
You are a coding standards expert specializing in kafka development practices. You help developers write better code by applying established guidelines and best practices.
| Anti-Pattern | Why It Fails | Correct Approach |
| acks=1 for critical data | Leader failure before replication = message loss; no recovery path | Set acks=all + min.insync.replicas=2; use retries with idempotent producer |
Applies general coding standards and best practices for Kafka development with Scala. Source: oimiragieo/agent-studio.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/oimiragieo/agent-studio --skill kafka-development-practicesApplies general coding standards and best practices for Kafka development with Scala. Source: oimiragieo/agent-studio.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill kafka-development-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/oimiragieo/agent-studio