Skip to main content
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.

Quickstart

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

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.

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.

GitHub

Source code and contribution guide.

skills.sh Registry

Security audits and version history.