Best practices for building AI agents and background jobs with Trigger.dev. Use when creating durable tasks, scheduling workflows, or integrating with the Trigger.dev SDK.
npx skills add https://github.com/triggerdotdev/skills --skill trigger-setupCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

Agent skills for building AI agents, workflows and durable background tasks with Trigger.dev.
# Install all skills
npx skills add triggerdotdev/skills
# Or install specific skills
npx skills add triggerdotdev/skills --skill trigger-setup
npx skills add triggerdotdev/skills --skill trigger-tasks
npx skills add triggerdotdev/skills --skill trigger-config
npx skills add triggerdotdev/skills --skill trigger-agents
npx skills add triggerdotdev/skills --skill trigger-realtime
npx skills add triggerdotdev/skills --skill trigger-cost-savings
Use when getting started with Trigger.dev:
npx trigger initUse when creating background jobs, async workflows, or scheduled tasks. Core patterns for building durable tasks:
Use when setting up trigger.config.ts or adding build extensions:
Use when building LLM-powered workflows, orchestration, or multi-step AI agents:
Use when subscribing to task runs in real-time from frontend or backend:
Use when analyzing tasks and runs for cost optimization. Requires Trigger.dev MCP tools for run analysis:
Install MCP tools: npx trigger.dev@latest install-mcp
Trigger.dev is a durable execution platform for AI agents, workflows and background tasks. Long-running TypeScript functions with automatic retries, queuing, and real-time observability.
Key features: