Skip to main content
Back to registry

trigger-tasks

triggerdotdev/skills

Build durable background tasks that run reliably with automatic retries, queuing, and observability.

Installs680
Install command
npx skills add https://github.com/triggerdotdev/skills --skill trigger-tasks
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Build durable background tasks that run reliably with automatic retries, queuing, and observability. Waits > 5 seconds are checkpointed and don't count toward compute. Consolidate rapid triggers into a single execution: See references/ for detailed documentation on each feature. - Creating background jobs or async workflows - Building AI agents that need long-running execution - Processing webhooks, emails, or file uploads - Scheduling recurring tasks (cron) - Any work that shouldn't block your main application - Always use @trigger.dev/sdk — never use deprecated client.defineJob - Check result.ok before accessing result.output from triggerAndWait() - Never use Promise.all with triggerAndWait() or wait.* calls - Export tasks from files in your trigger/ directory - Make tasks idempotent — safe to retry without side effects - Use queues to prevent overwhelming external services - Configure appropriate retries with exponential backoff - Track progress with metadata for long-running tasks - Use debouncing for user activity and webhook bursts - Match machine size to computational requirements

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does trigger-tasks do?

Build durable background tasks that run reliably with automatic retries, queuing, and observability.

Is trigger-tasks good?

trigger-tasks does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does trigger-tasks work with?

trigger-tasks currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to trigger-tasks?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install trigger-tasks?

npx skills add https://github.com/triggerdotdev/skills --skill trigger-tasks

Related skills

More from triggerdotdev/skills

Related skills

Alternatives in Software Engineering