Trigger.dev agent skills for AI coding assistants

Install our official agent skills to teach any AI coding assistant best practices for writing tasks, agents, and workflows.

Dan Patel

Dan Patel

Co-founder, Trigger.dev

Image for Trigger.dev agent skills for AI coding assistants

Built on the open Agent Skills standard by Vercel, skills replace vendor-specific config files with a single install that works across every major AI coding assistant.

How agent skills work

Each skill is a directory containing a SKILL.md file with patterns, examples, and best practices that AI assistants automatically discover and follow. One install gives every supported assistant the same knowledge.

Installation

The skills CLI (by Vercel) detects your installed AI tools and copies the appropriate files to each tool's expected location.


npx skills add triggerdotdev/skills

Or install individual skills:


npx skills add triggerdotdev/skills --skill trigger-tasks
npx skills add triggerdotdev/skills --skill trigger-agents
npx skills add triggerdotdev/skills --skill trigger-config
npx skills add triggerdotdev/skills --skill trigger-realtime
npx skills add triggerdotdev/skills --skill trigger-setup

Available skills

SkillUse forCovers
trigger-setupFirst time setup, new projectsSDK install, npx trigger init, project structure
trigger-tasksBackground tasks, async workflows, scheduled tasksTriggering, waits, queues, retries, cron, metadata
trigger-agentsLLM workflows, orchestration, multi-step AI agentsPrompt chaining, routing, parallelization, human-in-the-loop
trigger-realtimeLive updates, progress indicators, streamingReact hooks, progress bars, streaming AI responses
trigger-configProject setup, build configurationtrigger.config.ts, extensions (Prisma, FFmpeg, Playwright)

Not sure which to install? Start with trigger-tasks — it covers the most common patterns.

Supported AI assistants

Skills work with any AI coding assistant that supports the Agent Skills standard, including Claude Code, Cursor, Windsurf, GitHub Copilot, Cline, Codex CLI, Gemini CLI, OpenCode, and more.

Learn more

Ready to start building?

Build and deploy your first task in 3 minutes.

Get started now