event-flow
CommunityExtend Bob's event system with new events.
Authorwant2bet
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides the design and integration of new events within Bob The Skull's event-driven architecture, ensuring publishers, subscribers, and handlers are consistently wired.
Core Features & Use Cases
- Define New Events: Create well-typed dataclasses for new event types.
- Publishers & Subscribers: Add producers and handlers with clear contracts.
- Flow Mapping: Document end-to-end event flows and debugging patterns.
Quick Start
- Create YourEvent in events.py with dataclass fields.
- Publish events in a component when the trigger condition occurs.
- Subscribe to YourEvent in the relevant component and implement on_your_event().
- Update state machine integration if the event affects transitions.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: event-flow Download link: https://github.com/want2bet/BobTheSkull5/archive/main.zip#event-flow Please download this .zip file, extract it, and install it in the .claude/skills/ directory.