Agent Claude Code
Reviews changes for correctness, maintainability, and adherence to repo conventions. Use proactively after writing or changing a meaningful chunk of code, before opening or merging a PR.
Agent Claude Code
Reviews changes for correctness, maintainability, and adherence to repo conventions. Use proactively after writing or changing a meaningful chunk of code, before opening or merging a PR.
Agent Claude Code
Reviews test coverage, edge cases, and behavioral completeness for changes. Use proactively after implementing or changing behavior in ingestion, delivery, signing, dedup, retries, or replay. Can flag changes as blocking when critical paths are untested.
Agent Claude Code
Reviews changes for injection, XSS, secret leakage, broken authz, SSRF in the webhook delivery dialer, and PII/PHI in logs. Use proactively on changes touching ingestion, the delivery dialer, auth, logging, or data handling.
Command Claude Code
Refine a requirement with me before any code gets written. Follow the brainstorming skill.
Command Claude Code
Implement an agreed plan in reviewed batches, not one giant uninterrupted run. Use this after a plan exists (from /brainstorming, /feature-dev, or a written design).
Command Claude Code
Take a feature from a rough idea to reviewed, tested implementation through explicit phases. Don't jump straight to code — move through the phases in order and check in at the gates.
Settings file Claude Code
Capture, inspect, replay and deliver webhooks. Open source, with a free permanent signed URL, signature verification, and one-command replay to localhost.
Skill Claude CodeCodex
Socratic requirement refinement before writing code. Use at the start of a non-trivial feature or change to turn a vague ask into clear, agreed requirements and constraints. Pairs with the /brainstorming command and feeds /feature-dev.
Skill Claude CodeCodex
Plan and run safe, reversible Postgres schema and data migrations. Use when adding/altering tables or columns, backfilling data, or changing the data model for the webhook metadata store.
Skill Claude CodeCodex
Author developer docs and reference, and keep CLI/API/web/MCP at parity and on-voice. Use when writing or updating docs, API/CLI/MCP reference, quickstarts, or changelogs.
Skill Claude CodeCodex
Deploy and operate the Cloudflare-forward webhook stack safely. Use when deploying Workers, Durable Objects, or container-lane services, configuring wrangler/bindings, rolling back, or running production infra changes.
Skill Claude CodeCodex
Triage technical issues and bug reports into reproducible, actionable findings. Use when investigating a reported failure in ingestion, delivery, signing, replay, or a surface (CLI/API/web/MCP).
Agent Cursor
Reviews code comments, docstrings, and doc comments for accuracy against the actual code. Use proactively after changes that alter behavior, signatures, or invariants to catch stale, misleading, or redundant comments.
Agent Cursor
Reviews changes for swallowed errors, empty catch blocks, ignored return/rejection values, and inadequate logging that hides failures. Use proactively on changes touching ingestion, the delivery dialer, retries, signing/verification, or anything with error handling.
Agent Cursor
Reviews TypeScript type design — invariants, encapsulation, and making illegal states unrepresentable. Use proactively on changes that add or reshape domain types, public APIs, shared types, or state machines (ingestion, delivery, retry, signing).
Command Cursor
Prune local branches whose remote tracking branch has been deleted (typically after their PR merged).
Command Cursor
Commit the current work, push the feature branch, and open a pull request with a summary and a test-plan checklist. Uses the GitHub CLI (gh).
Command Cursor
Create a commit that matches this repo's history, with the hooks doing their job.
Cursor rule Cursor
Non-negotiable product principles every change must respect.
Cursor rule Cursor
PII/PHI handling, safe migrations, and metering integrity for data and DB code.
Cursor rule Cursor
Accessibility and design-system conventions for the web dashboard and marketing site.
Cursor rule Cursor
TypeScript and Cloudflare Workers conventions, error handling, and testing expectations.
Cursor rule Cursor
Branch hygiene — rebase on main before every PR and keep branches synced.
Cursor rule Cursor
Cloudflare-forward infrastructure and deployment guardrails.