Skip to content

Commit 84fbb09

Browse files
committed
Add trigger-cost-savings skill
1 parent 2d7b312 commit 84fbb09

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/skills.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,18 @@ npx skills add triggerdotdev/skills --skill trigger-agents
4242
npx skills add triggerdotdev/skills --skill trigger-config
4343
npx skills add triggerdotdev/skills --skill trigger-realtime
4444
npx 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

5558
Not sure which skill to install? Install `trigger-tasks`; it covers the most common patterns for writing Trigger.dev tasks.
5659

0 commit comments

Comments
 (0)