@@ -42,15 +42,18 @@ npx skills add triggerdotdev/skills --skill trigger-agents
4242npx skills add triggerdotdev/skills --skill trigger-config
4343npx skills add triggerdotdev/skills --skill trigger-realtime
4444npx skills add triggerdotdev/skills --skill trigger-setup
45+ npx skills add triggerdotdev/skills --skill trigger-cost-savings
46+
4547```
4648
47- | Skill | Use for | Covers |
48- | ------------------ | ---------------------------------------------------------- | ------------------------------------------------------------ |
49- | ` trigger-setup ` | First time setup, new projects | SDK install, ` npx trigger init ` , project structure |
50- | ` trigger-tasks ` | Writing background tasks, async workflows, scheduled tasks | Triggering, waits, queues, retries, cron, metadata |
51- | ` trigger-agents ` | LLM workflows, orchestration, multi-step AI agents | Prompt chaining, routing, parallelization, human-in-the-loop |
52- | ` trigger-realtime ` | Live updates, progress indicators, streaming | React hooks, progress bars, streaming AI responses |
53- | ` trigger-config ` | Project setup, build configuration | ` trigger.config.ts ` , extensions (Prisma, FFmpeg, Playwright) |
49+ | Skill | Use for | Covers |
50+ | ---------------------- | ----------------------------------------------------------- | ---------------------------------------------------------------- |
51+ | ` trigger-setup ` | First time setup, new projects | SDK install, ` npx trigger init ` , project structure |
52+ | ` trigger-tasks ` | Writing background tasks, async workflows, scheduled tasks | Triggering, waits, queues, retries, cron, metadata |
53+ | ` trigger-agents ` | LLM workflows, orchestration, multi-step AI agents | Prompt chaining, routing, parallelization, human-in-the-loop |
54+ | ` trigger-realtime ` | Live updates, progress indicators, streaming | React hooks, progress bars, streaming AI responses |
55+ | ` trigger-config ` | Project setup, build configuration | ` trigger.config.ts ` , extensions (Prisma, FFmpeg, Playwright) |
56+ | ` trigger-cost-savings ` | Cost savings, performance optimization, resource management | Cost optimization, performance optimization, resource management |
5457
5558Not sure which skill to install? Install ` trigger-tasks ` ; it covers the most common patterns for writing Trigger.dev tasks.
5659
0 commit comments