Skip to content

svix/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svix Agent Skills

Agent Skills that teach Claude, Cursor, and other AI coding agents how to integrate Svix the way Svix's own engineers would.

Skills

  • svix-best-practices: If you're maintaining an existing Svix integration, use this skill to ensure your agent uses Svix the way it's intended to be used. Covers Dispatch (sending webhooks: tenancy, message.create, idempotency, App Portal), Ingest (receiving webhooks: Source Types, fanout, transformations, handlers), and the Svix CLI (svix listen, scripting).
  • svix-integration-plan: Investigates the repo, asks the handful of questions Claude can't answer on its own (Application UID, event types, App Portal vs custom UI, migration off an existing webhook system), then produces a written integration plan. Use for non-trivial integrations such as multi-tenant routing, event catalog, Ingest Sources before you code anything.
  • svix-quickstart: Get a working Svix integration sending its first webhook as fast as possible. API key, SDK install, create an Application, send a message, subscribe customers. Use when adding Svix to a project for the first time and you just need the setup steps, not an architecture pass.
  • receiving-webhooks: Provider-agnostic guidelines for building a robust webhook receiver. Use when writing, reviewing, or debugging a handler that consumes incoming webhooks from Svix or any other provider.

SKILL.md loads when a skill activates; per-topic references load on demand.

Install

npx skills add svix/ai

License

MIT

About

Agent skils for integrating with the Svix Webhooks platform

Topics

Resources

License

Stars

Watchers

Forks

Contributors