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.
skills.sh listing
Trust Hub audit - zero Socket alerts.
Why use Skills
Without skills, agents hallucinate SuprSend code
Without skills, agents hallucinate SuprSend code
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
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
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.
Available skills
Four skills ship today. Each activates automatically when your agent detects a relevant task - you don’t have to remember which one to load.suprsend-workflow-schema
Use when: generating or editing workflow JSON.Every workflow node, field, and validation rule.
suprsend-template-schema
Use when: authoring or editing template variants.Variant envelope, per-channel content schemas across all 9 channels, Handlebars + JSONNET.
suprsend-cli
Use when: pushing, syncing, or managing SuprSend assets from the terminal.Every CLI command, flag, and common mistake to avoid.
suprsend-docs-support
Use when: asking your agent SuprSend questions or debugging.A map of SuprSend docs and live
.md endpoints your agent can fetch on demand.What you can build
Generate workflow JSON from plain English
Generate workflow JSON from plain English
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
Author template variants across 9 channels
Push, sync, and manage SuprSend from your terminal
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
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
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.
Install
Install all four skills
Run this in your project folder:The installer auto-detects which agents you have on your machine and asks where to install.
Generate a service token
Go to Dashboard → Account Settings → Service Tokens and create a token for your workspace.
How Skills work
At startup
Only the skill name and one-line description load - your agent knows what’s available, nothing more.
Supported agents
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
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/ |
Security
Audited
Every SuprSend skill is published through skills.sh and passes the Gen Agent Trust Hub audit with zero Socket alerts.
Open source
Browse every skill, reference file, and version history on GitHub.