Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt

Use this file to discover all available pages before exploring further.

Agent Skills are Markdown knowledge packages that live inside your coding agent — Cursor, Claude Code, GitHub Copilot, Amp, Cline, and others. Once installed, your agent loads the right SuprSend knowledge automatically when it detects a relevant task. Without Skills, agents guess — and get field names, command flags, and schema structure wrong. With Skills, they have the actual spec.
Beta — Skills are under active development. Found an issue? Open one on GitHub.

Available Skills

suprsend-workflow-schema

Schema of all workflow nodes. Generate valid workflow JSON from plain English.

suprsend-cli

Every CLI command and flag. Push workflows, sync workspaces, generate types.

suprsend-docs-support

LLM-optimized doc endpoints your agent can fetch directly at runtime.

Connect your workspace

Before your agent can push workflows or sync data, it needs to know which SuprSend workspace to talk to. This is a one-time setup. Step 1 — Generate a service token Go to Dashboard → Account Settings → Service Tokens and create a token for your workspace. Step 2 — Authenticate the CLI
suprsend login --token your_service_token_here
Step 3 — Set the active workspace
suprsend profile list           # see available workspaces
suprsend profile use --name my-workspace
Verify it’s connected:
suprsend profile current
Your agent will now push to this workspace when it runs CLI commands. If you work across multiple workspaces, switch between them with suprsend profile use at any time.

How Skills work

Skills follow the agentskills.io progressive disclosure model, keeping context usage efficient:
1

At startup

Skill name and description load so your agent knows what’s available.
2

On activation

When you describe a SuprSend task, the full SKILL.md loads into context.
3

On demand

Deep reference files (schema guides, node tables) load only when needed.

Supported agents

AgentDirectory
Cursor, Amp, Cline, Codex, Copilot, Warp, Kimi CLI, OpenCode.agents/skills/
Claude Code.claude/skills/
Continue.continue/skills/
Augment.augment/skills/

Security

All skills pass Gen Agent Trust Hub with zero Socket alerts. Full audit at skills.sh/suprsend/skills.
Skills run with full agent permissions. Review contents before deploying in production.

Next steps

Quickstart

Install Skills and build your first workflow in under 5 minutes.

GitHub

Source code and contribution guide.

skills.sh Registry

Security audits and version history.