apacheapacheOfficialยท8 Agent Skills Included

iggy

Build and test data connector plugins for the Iggy streaming platform

Guides AI agents through building sink, source, and transform plugins for Apache Iggy, a high-performance message streaming platform written in Rust. Covers plugin authoring, SDK extension, runtime internals, and integration testing against real databases via Docker. Eliminates guesswork around FFI rules, state persistence, retry logic, and test conventions so connector code passes review on the first try.
npx skills add apache/iggy --all -g -y
Available:

Instructs the AI agent on the repository structure, coding rules, verification commands, and how to route connector-related tasks to the correct sub-skill before making changes.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Apache Iggy skills?โ–ผ

Run `npx skills add apache/iggy --all -g -y` in your terminal to install all connector skills globally.

What is Apache Iggy used for?โ–ผ

Apache Iggy is a persistent message streaming platform written in Rust that handles millions of messages per second over QUIC, TCP, WebSocket, and HTTP.

How do I build a custom Iggy connector plugin?โ–ผ

Load the connector-sink or connector-source skill, copy the provided plugin template, and follow the built-in rules for config, retries, state, and testing.

Do these skills work with Claude Code and other AI agents?โ–ผ

Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible agents.

How are Iggy connector plugins tested?โ–ผ

The connector-testing skill enforces unit tests plus real-infrastructure integration tests that spin up actual databases in Docker containers.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’