bytriggerdotdev· 18 skills
Bootstrap Trigger.dev into an existing project from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts with the project ref and task dirs, scaffold a /trigger directory with a first task, wire tsconfig and .gitignore, set TRIGGER_SECRET_KEY, and run the dev server. Load this when a project has no trigger.config.ts yet and the user asks to "add Trigger.dev", "set up Trigger.dev", "initialize Trigger.dev", or get a first task running, including in a monorepo. Once the project is set up and you are writing task code, switch to the trigger-authoring-tasks skill.
$npx -y skills add triggerdotdev/trigger.dev --skill trigger-getting-startedInstalls into the current project.
Run `npx skills use "https://github.com/triggerdotdev/trigger.dev" --skill "triggerdotdev/trigger.dev/trigger-getting-started"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/triggerdotdev/trigger.dev" that are relevant to the current task. Run `npx skills add "https://github.com/triggerdotdev/trigger.dev"` and select the relevant skills, then follow their instructions.