add-resource-events
Installation
SKILL.md
Add Resource Events
Enables real-time event emission for a resource service via Server-Sent Events (SSE).
Quick Reference
Event Infrastructure:
src/events/event-emitter.ts- SingletonAppEventEmittersrc/events/base.service.ts-BaseServicewithemitEvent()src/schemas/event.schema.ts- Event type definitionssrc/routes/events.router.ts- SSE endpoint
Event Pattern: {serviceName}:{action} (e.g., notes:created, notes:updated)
Prerequisites
To add events to a resource: