Teach your AI coding agent everything about SuprSend - workflow schemas, template variants, CLI commands, and live docs - so it stops guessing and starts shipping correct code.
Use this file to discover all available pages before exploring further.
Talk to your AI coding agent about SuprSend the way you’d talk to a teammate who’s already read all our docs.Each skill is a small folder of SuprSend knowledge - JSON schemas, CLI flags, examples, gotchas - that sits next to your code. When you ask your agent to do anything SuprSend-related, it loads the right skill automatically and works from the actual spec instead of guessing.
Quickstart
Install all four skills and ship your first AI-generated workflow in under 5 minutes.
GitHub repo
Browse the source. Every skill is open and auditable.
Agents invent node_type values that don’t exist, make up CLI flags, and fake field names. You spend more time fixing the AI’s output than you saved.
With skills, agents work from the real spec
Skills load the canonical JSON schemas, CLI reference, and channel content shapes into your agent’s context the moment it picks up a SuprSend task - so generated output validates the first time.
Zero context bloat
Skills follow the agentskills.io progressive-disclosure pattern - only metadata loads at startup, full instructions load on activation, deep references load on demand.
Describe a workflow in a sentence - “send an email reminder 1 hour after cart abandonment, then SMS if no order in 24 hours” - and your agent produces valid workflow JSON ready to push.
Author template variants across 9 channels
“Build an SMS variant for the welcome template in French”, “create a tenant-specific welcome email” - the template skill knows the variant envelope, per-channel content shapes, and the right brand variable syntax.
Push, sync, and manage SuprSend from your terminal
Ask your agent things like “push this workflow to staging and commit it” or “sync workflows from staging to production” - it runs the right CLI command with the right flags the first time.
Migrate templates and seed test data
Point your agent at templates from another tool or codebase and have it convert and push them into SuprSend. Or seed users, lists, and preferences for local development.
Debug with live docs in context
Your agent fetches any SuprSend docs page on demand to answer questions accurately - no stale training data, no guesswork.
Skills work with any agent that follows the agentskills.io spec. The installer auto-detects which agents are on your machine and asks where to install.
Skill directories by agent
Agent
Skill directory
Cursor, Amp, Cline, Codex, Copilot, Warp, Kimi CLI, OpenCode
.agents/skills/
Claude Code
.claude/skills/
Continue
.continue/skills/
Augment
.augment/skills/
Commit the skills folder to your repo. Your whole team gets the same agent behavior with no extra setup.