If you're handling email events from Resend, this gives you working webhook handlers with proper signature verification using Svix under the hood. It covers the essential pattern: raw body parsing (critical for verification), checking those svix-id/timestamp/signature headers, and handling events like email.sent, email.delivered, and email.bounced. The manual verification code is useful if you're not using the SDK or working in another language. One thing to note: it references a separate webhook-handler-patterns skill for idempotency and retry logic, which you'll definitely want since email webhooks can duplicate. Ships with Express, Next.js, and FastAPI examples plus a Hookdeck CLI command for local testing without ngrok.
npx -y skills add hookdeck/webhook-skills --skill resend-webhooks --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills