trigger-dev

Automate non-interactive Trigger.dev setup and configuration in a project repository.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kellyclaudeai/cora --skill trigger-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trigger-dev
Source: https://github.com/kellyclaudeai/cora/tree/main/skills/trigger-dev
Command: npx skills add https://github.com/kellyclaudeai/cora --skill trigger-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup of Trigger.dev within a project, ensuring seamless integration for background task execution without manual intervention.

Core Features & Use Cases

  • Non-Interactive Setup: Initializes Trigger.dev using command-line flags, suitable for automated environments.
  • Environment Configuration: Verifies and guides the setup of necessary environment variables like TRIGGER_SECRET_KEY.
  • Use Case: When deploying a new service that relies on Trigger.dev for scheduled jobs or event-driven workflows, this Skill ensures the Trigger.dev agent is correctly configured and connected to your project.

Quick Start

Use the trigger-dev skill to set up Trigger.dev non-interactively for project 'proj_12345'.

Frequently Asked Questions about trigger-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Trigger.dev setup in a non-interactive deployment environment?

Automating Trigger.dev setup uses command-line flags to initialize the project, wire the project ref, and install rules for Trigger tasks without manual intervention. This Skill executes the non-interactive configuration to enable background task execution.

What environment variables do I need to configure for Trigger.dev tasks?

Configuring Trigger.dev tasks requires setting the `TRIGGER_SECRET_KEY` environment variable. This Skill verifies and guides the setup of necessary environment keys to ensure the Trigger.dev agent connects correctly to your project.

How can I validate that my local Trigger.dev worker is starting correctly?

Validating a local Trigger.dev worker involves checking local worker startup and task visibility after configuration. This Skill validates that the worker launches properly and tasks are visible within your project repository.

Does Trigger.dev integration work with automated CI/CD pipelines?

Trigger.dev integration works with automated CI/CD pipelines by using non-interactive setup flags suitable for automated environments. This Skill addresses project ref wiring and rule installation without requiring manual input during deployment.

Why is my Trigger.dev project ref not wiring correctly during setup?

Trigger.dev project ref wiring can fail if the setup is run interactively or environment variables are missing. This Skill automates the non-interactive project ref wiring and checks environment keys to resolve connection issues.