bylensesio· 10 skills
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 Schema Registry, and ShadowTraffic containers wired together. Use when the user says "set up a Java TestContainers test with ShadowTraffic", "write a Java test that generates Kafka data", "create a TestContainers test for my Kafka consumer", "I want to test my Kafka consumer with synthetic data in Java", or "scaffold a ShadowTraffic Java test". Do NOT use for non-Java projects, standalone Docker setups (use kafka-shadowtraffic instead), or creating Kafka topics.
$npx -y skills add lensesio/agentic-engineering-for-apache-kafka --skill kafka-shadowtraffic-javaInstalls into the current project.
Run `npx skills use "https://github.com/lensesio/agentic-engineering-for-apache-kafka" --skill "lensesio/agentic-engineering-for-apache-kafka/kafka-shadowtraffic-java"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lensesio/agentic-engineering-for-apache-kafka" that are relevant to the current task. Run `npx skills add "https://github.com/lensesio/agentic-engineering-for-apache-kafka"` and select the relevant skills, then follow their instructions.