·kafka-development-practices
{}

kafka-development-practices

Applies general coding standards and best practices for Kafka development with Scala.

19Installs·1Trend·@oimiragieo

Installation

$npx skills add https://github.com/oimiragieo/agent-studio --skill kafka-development-practices

How to Install kafka-development-practices

Quickly install kafka-development-practices AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill kafka-development-practices
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oimiragieo/agent-studio.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill kafka-development-practices
Category
{}Data Analysis
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from oimiragieo/agent-studio

Quick answers

What is kafka-development-practices?

Applies general coding standards and best practices for Kafka development with Scala. Source: oimiragieo/agent-studio.

How do I install kafka-development-practices?

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

Where is the source repository?

https://github.com/oimiragieo/agent-studio