What problem does it solve?
This skill provides a structured approach to building and managing background tasks, queues, and rate-limited executions using Trigger.dev, reducing manual orchestration and the risk of errors.
Core Features & Use Cases
- Task creation and orchestration with the Trigger.dev SDK v3.
- Shared queues with configurable concurrency limits to control throughput.
- Retry strategies with exponential backoff and optional jitter for reliability.
- Support for email tasks and event-driven workflows, triggered from app code or APIs.
- Easy integration with tRPC routes and Better Auth hooks for triggering jobs.
- Local development workflow using a background worker to test queues and retries.
Quick Start
Install the trigger-jobs skill in your project, configure trigger.config.ts to include the skill's directory, and start the local worker. Then enqueue a sample task to observe it execute and report results.