webhook-handler-patterns

Installation
SKILL.md

Webhook Handler Patterns

When to Use This Skill

  • Following the correct webhook handler order (verify → parse → handle idempotently)
  • Implementing idempotent webhook handlers
  • Handling errors and configuring retry behavior
  • Understanding framework-specific gotchas (raw body, middleware order)
  • Building production-ready webhook infrastructure

Resources

Handler Sequence

Best Practices

Installs
2
First Seen
Mar 1, 2026
webhook-handler-patterns — robinbg/webhook-skills