lensesio

14 mods across 2 repositories, 84 stars between them.

kafka-skills

02

lensesio/agentic-engineering-for-apache-kafka

Plugin Claude Code

Lenses Kafka agent skills (topic audit, consumer lag, perf review, schema, security, connectors, DLQ, python client scaffold) powered by the Lenses MCP server.

56 11d ago A tokens not measured original MIT

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Review Kafka Connect connector configurations for common misconfigurations using the Lenses MCP server. Checks error handling, DLQ setup, converters, transforms, task count and task health. Use when user says "review connectors", "check connector configs", "why is my connector failing" or asks about Kafka Connect…

56 11d ago A 79 tokens original MIT

kafka-consumer-lag

05

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Analyse Kafka consumer group lag using the Lenses MCP server. Diagnoses lag causes (throughput bottlenecks, rebalancing, partition skew, stalled consumers) and suggests remediation. Use when user says "check consumer lag", "why are consumers slow", "lag report" or asks about consumer group health or offset progress.…

56 11d ago A 84 tokens original MIT

kafka-dlq-review

06

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Review dead letter queue implementations for completeness using the Lenses MCP server. Checks DLQ topic existence, configuration, monitoring, metadata preservation, retry logic, reprocessing paths and connector DLQ alignment. Use when user says "review dead letter queues", "check DLQ setup", "DLQ audit" or asks about…

56 11d ago A 93 tokens original MIT

kafka-perf-review

07

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Review Kafka producer and consumer performance configurations in both the live cluster (via Lenses MCP) and the codebase. Flags un-tuned defaults, anti-patterns and missing best practices. Use when user says "review Kafka performance", "check producer configs", "tune Kafka settings" or asks about throughput, batching…

56 11d ago A 82 tokens original MIT

kafka-python-client

08

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Scaffold a production-ready Python Kafka producer and consumer using confluent-kafka-python, with Schema Registry, graceful shutdown, idempotent producer, tests and a complete project layout. Discovers the target topic, partition count and registered JSON Schema directly from the live cluster via any attached Kafka…

56 11d ago C 150 tokens original MIT

kafka-schema-review

09

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Review Kafka schema changes (Avro, Protobuf, JSON Schema) for compatibility and evolution best practices using the Lenses MCP server. Detects breaking changes, missing defaults, schema drift and naming issues. Use when user says "review schema changes", "check schema compatibility", "will this schema break consumers"…

56 11d ago A 89 tokens original MIT

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Audit Kafka security configuration across the codebase and live cluster using the Lenses MCP server. Checks authentication (SASL), encryption (SSL/TLS), authorisation (ACLs), secrets management and environment tier mismatches. Use when user says "audit Kafka security", "check security config", "is my cluster secure"…

56 11d ago A 97 tokens original MIT

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Generate a TestContainers Java test class that spins up ShadowTraffic in-process to populate a Kafka topic with synthetic data during tests. Invokes the kafka-shadowtraffic skill to build the ShadowTraffic config, then adapts it for a containerized test network and scaffolds a JUnit 5 test class with Kafka, optional…

56 11d ago A 165 tokens original MIT

kafka-shadowtraffic

12

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Generate a ShadowTraffic configuration to populate a Kafka topic with realistic synthetic data. Discovers the target topic, its key and value schemas, and the correct serializers from the live cluster via any attached Kafka MCP server, then writes a ready-to-run shadowtraffic-config.json and Docker command. Use when…

56 11d ago A 134 tokens original MIT

kafka-topic-audit

13

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Audit all Kafka topic configurations against production best practices using the Lenses MCP server. Checks replication factor, retention, partitions, compaction, naming conventions, orphaned topics and missing metadata. Use when user says "audit my topics", "check topic configs", "topic health check" or asks about…

56 11d ago A 83 tokens original MIT

lenses-mcp

14

lensesio/lenses-mcp

MCP server Claude CodeCodexCursor +2

MCP server "lenses-mcp" as configured in lensesio/lenses-mcp. Runs locally from the lenses-mcp Python package.

28 6d ago A tokens not measured original Apache-2.0