@skills · Owner
Agent skills by triggerdotdev
7 skills indexed from github.com/triggerdotdev. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- skills · Collection · 31 stars
- trigger-cost-savings · Skill · 31 stars
Analyze Trigger.dev tasks, schedules, and runs for cost optimization opportunities. Use when asked to reduce spend, optimize costs, audit usage, right-size
- trigger-realtime · Skill · 31 stars
Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume meta
- trigger-setup · Skill · 31 stars
Bootstrap Trigger.dev into an existing project from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts
- trigger-tasks · Skill · 31 stars
Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and
- trigger-authoring-chat-agent · Skill
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() f
- trigger-chat-agent-advanced · Skill
Advanced and operational chat.agent capabilities for Trigger.dev, loaded on demand. Load this when working on the raw Sessions primitive (sessions / Sessio