This handles GitHub webhook verification and event parsing so you don't have to dig through docs every time you wire up a new handler. The core is the signature verification code (HMAC SHA-256 with timing-safe comparison) in Node and Python, plus a reference table of common events like push, pull_request, and issues. It's from Hookdeck, so they obviously want you using their tunnel for local dev, but the verification snippets are solid and you can drop them anywhere. Worth pairing with their webhook-handler-patterns skill if you need idempotency or retry logic, otherwise just grab the crypto code and move on.
npx -y skills add hookdeck/webhook-skills --skill github-webhooks --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills