plugins/patterns/skills/event-routing/SKILL.md
Control event flow from EventSources to triggers. Master filtering, transformation, and multi-action capabilities for sophisticated event-driven automation.
npx skillsauth add adaptive-enforcement-lab/claude-skills event-routingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
See the full implementation guide in the source documentation.
| 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 |
See examples.md for code examples.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.