Rock webhook listener

Scaffold a Rock webhook handler with signature verification.

Kyle HenningTriumph TechUpdated 2 months ago6 installsCode
AI summary

Need a quick read on Rock webhook listener?

Skim the gist, what it's good for, a real prompt to try, and the gotchas — all distilled from SKILL.md. Cached after the first run.

Details

About this skill

--- name: rock-webhook-listener version: 1.0.0 description: Scaffold a Rock webhook handler with signature verification. triggers: - scaffold a rock webhook listener - new rock webhook handler runtimes: - code tags: - rock - webhook - integration ---

# Rock webhook listener

Generates a Rock webhook endpoint handler (C# controller route + block settings shim) with HMAC signature verification, idempotency keys, and sane retries. Skips the thing everyone forgets: logging the raw body before any error handling touches it.

## When to use

- "scaffold a rock webhook listener" - "new rock webhook handler"

## Notes

This skill is published to the Triumph Skills Marketplace. Report issues or request features directly from the skill's page.