emitting-api-events

|

Content Preview
---
name: emitting-api-events
description: |
  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".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:events-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Emitting API Event
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/emitting-api-events.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-event-emitter/skills/emitting-api-events/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-event-emitter/skills/emitting-api-events/SKILL.md

Related Skills