← All plugins
api-event-emitter
v1.24.0Implement event-driven APIs with message queues and event streaming
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-event-emitter/ inside the repository.
Layout
plugins/api-development/api-event-emitter/
├── .claude-plugin/plugin.json└── skills/emitting-api-events/SKILL.md
Skills1
emitting-api-eventsskills/emitting-api-events/SKILL.md
Build event-driven APIs with webhooks, Server-Sent Events, and real-time notifications. Use when building event-driven API architectures. Trigger with phrases like "add webhooks", "implement events", or "create event-driven API".
Manifests1
plugins/api-development/api-event-emitter/.claude-plugin/plugin.json
{
"name": "api-event-emitter",
"version": "1.24.0",
"description": "Implement event-driven APIs with message queues and event streaming",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"events",
"messaging",
"kafka",
"rabbitmq",
"event-driven"
]
}