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.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.
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 CLIsuprsend profile use at any time.
How Skills work
Skills follow the agentskills.io progressive disclosure model, keeping context usage efficient:Supported agents
| Agent | Directory |
|---|---|
| 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.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.