triggerdotdev/trigger.dev

Trigger.dev – build and deploy fully‑managed AI agents and workflows

16kStars on the repository
24Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

drizzle

01

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Use this skill when writing or modifying Drizzle ORM schemas, queries, or migrations in this repo — specifically the @internal/dashboard-agent-db package (the dashboard agent's conversation datastore). Covers pg-core schema definition, the postgres-js driver, drizzle-kit migrations, and this repo's conventions: a…

16k 2d ago A 0 tokens original Apache-2.0

errors-api-e2e

02

triggerdotdev/trigger.dev

Skill Claude CodeCodex

End-to-end smoke test for the public Errors HTTP API (error groups). Seeds failed runs into ClickHouse so the error materialized views populate, then drives the real endpoints against the running webapp — list (with filters + pagination), retrieve, resolve/ignore/unresolve, the filter[error] runs filter, user…

16k 2d ago D 129 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Use when adding, modifying, or debugging OTel span timeline events in the trace view. Covers event structure, ClickHouse storage constraints, rendering in SpanTimeline component, admin visibility, and the step-by-step process for adding new events.

16k 2d ago A 52 tokens original Apache-2.0

trigger-dev-tasks

04

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or…

16k 2d ago A 73 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Author and run a durable AI chat agent with chat.agent from @trigger.dev/sdk/ai: the per-turn run loop, why you MUST spread ...chat.toStreamTextOptions() first, returning a StreamTextResult vs calling chat.pipe(), the two server actions (chat.createStartSessionAction + auth.createPublicToken), and wiring useChat to…

16k 2d ago A 129 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and concurrency, idempotency keys, run metadata, logging, triggering other tasks (and the Result shape), scheduled/cron tasks, and the essentials of trigger.config.ts.…

16k 2d ago A 115 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Advanced and operational chat.agent capabilities for Trigger.dev, loaded on demand. Load this when working on the raw Sessions primitive (sessions / SessionHandle), a custom chat transport or the realtime wire protocol, durable sub-agents (AgentChat, chat.stream.writer), human-in-the-loop, steering, actions…

16k 2d ago A 154 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Analyze Trigger.dev tasks, schedules, and runs for cost optimization opportunities. Use when asked to reduce spend, optimize costs, audit usage, right-size machines, or review task efficiency. Combines static source analysis with live run analysis via the Trigger.dev MCP tools (listruns, getrundetails…

16k 2d ago A 68 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

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 TRIGGERSECRETKEY, and run the dev server.…

16k 2d ago A 142 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger, useRealtimeTaskTrigger), and mint scoped frontend credentials…

16k 2d ago A 148 tokens original Apache-2.0