Agent Skills: Event Routing

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/event-routing

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/HEAD/plugins/patterns/skills/event-routing

Skill Files

Browse the full folder contents for event-routing.

Download Skill

Loading file tree…

plugins/patterns/skills/event-routing/SKILL.md

Skill Metadata

Name
event-routing
Description
>-

Event Routing

When to Use This Skill

Event routing controls how events flow from EventSources through Sensors to Triggers. Argo Events provides powerful filtering, transformation, and multi-action capabilities. For the complete reference, see the official Sensors documentation.


Implementation

See the full implementation guide in the source documentation.

Techniques

Routing Patterns

| Pattern | Use Case | Complexity | | --------- | ---------- | ------------ | | Simple Filtering | Route events based on field values | Low | | Multi-Trigger Actions | Execute multiple actions from one event | Medium | | Event Transformation | Modify payloads before triggering | Medium | | Conditional Routing | Complex decision trees | High |


Examples

See examples.md for code examples.

Related Patterns

  • Simple Filtering
  • Multi-Trigger Actions
  • Sensor Configuration
  • Official Sensor Docs

References