Agent Claude Code
Adversarially verifies one landed packet against its requirement; read-only.
Agent Claude Code
Adversarially verifies one landed packet against its requirement; read-only.
Agent Claude Code
Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits.
Agent Claude Code
Resolves contested design questions against the specs; decision + rationale, never code.
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…
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…
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.
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…
Command Cursor
Check the diff against main, and remove all AI generated slop introduced in this branch.
Cursor rule Cursor
how to run commands in the monorepo.
Cursor rule Cursor
how to create and apply database migrations.
Cursor rule Cursor
Guidelines for creating OpenTelemetry metrics to avoid cardinality issues.
Cursor rule Cursor
understanding the structure of the monorepo.
Cursor rule Cursor
Making updates to the main trigger.dev remix webapp.
Cursor rule Cursor
Guidelines for writing Trigger.dev tasks.
Cursor rule Cursor
How to write tests in the monorepo.
Instructions file GitHub Copilot
Instructions for triggerdotdev/trigger.dev: This is the repo for Trigger.dev, a background jobs platform written in TypeScript. Our webapp at apps/webapp is a Remix 2.1 app that uses Node.js v20. Our SDK is an isomorphic TypeScript SDK at packages/trigger-sdk. Always prefer using isomorphic code like fetch…
Instructions file CodexOpenCode
Instructions for triggerdotdev/trigger.dev, covering agents.md, build and development commands, build packages (required before running), verifying changes and apps and internal packages — use typecheck.
Instructions file
Instructions for triggerdotdev/trigger.dev, a project described as: Trigger.dev – build and deploy fully‑managed AI agents and workflows.
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…
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.…
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…
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…
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.…
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…