Claude Code Plugins

Community-maintained marketplace

Feedback

>-

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name event-routing
description Control event flow from EventSources to triggers. Master filtering, transformation, and multi-action capabilities for sophisticated event-driven automation.

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