BlueprintEventBus Integration

Implement event-driven communication using BlueprintEventBus for cross-module coordination. Use this skill when modules need to communicate without tight coupling, broadcasting domain events (task.created, member.added), subscribing to events with proper lifecycle management, and implementing event-driven workflows. Ensures events follow naming conventions ([module].[action]), include Blueprint context, and use takeUntilDestroyed() for automatic cleanup.

majiayu000 d45d87c 2 files · 15.6 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/productivity/blueprinteventbus-integration commit d45d87c01f

Frequently asked questions

npx skillmds add majiayu000/blueprinteventbus-integration