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-tasksقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل 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: