Skip to content

Commit 2d7b312

Browse files
committed
Remove new tag
1 parent 6e6deb4 commit 2d7b312

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docs/skills.mdx

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Skills"
33
description: "Install Trigger.dev skills to teach any AI coding assistant best practices for writing tasks, agents, and workflows."
44
sidebarTitle: "Skills"
5-
tag: "new"
65
---
76

87
## What are agent skills?
98

109
Skills are portable instruction sets that teach AI coding assistants how to use Trigger.dev effectively. Unlike vendor-specific config files (`.cursor/rules`, `CLAUDE.md`), skills use an open standard that works across all major AI assistants. For example, Cursor users and Claude Code users can get the same knowledge from a single install.
1110

1211
<Note>
13-
Skills are one of three AI tools we provide. You can also install [Agent Rules](/mcp-agent-rules) for client-specific rule sets or the [MCP Server](/mcp-introduction) for live project interaction. See the [comparison table](/building-with-ai#skills-vs-agent-rules-vs-mcp) for details.
12+
Skills are one of three AI tools we provide. You can also install [Agent Rules](/mcp-agent-rules)
13+
for client-specific rule sets or the [MCP Server](/mcp-introduction) for live project interaction.
14+
See the [comparison table](/building-with-ai#skills-vs-agent-rules-vs-mcp) for details.
1415
</Note>
1516

1617
Skills are installed as directories containing a `SKILL.md` file. Each `SKILL.md` includes YAML frontmatter (name, description) and markdown instructions with patterns, examples, and best practices that AI assistants automatically discover and follow.
@@ -27,7 +28,6 @@ npx skills add triggerdotdev/skills
2728

2829
The result: your AI assistant understands Trigger.dev's specific patterns for exports, schema validation, error handling, retries, and more.
2930

30-
3131
## Available skills
3232

3333
Install all skills at once, or pick the ones relevant to your current work:
@@ -44,17 +44,16 @@ npx skills add triggerdotdev/skills --skill trigger-realtime
4444
npx skills add triggerdotdev/skills --skill trigger-setup
4545
```
4646

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) |
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) |
5454

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

57-
5857
## Supported AI assistants
5958

6059
Skills work with any AI coding assistant that supports the [Agent Skills standard](https://agentskills.io), including:
@@ -84,4 +83,4 @@ Skills work with any AI coding assistant that supports the [Agent Skills standar
8483
<Card title="skills.sh" icon="box" href="https://skills.sh">
8584
Browse the full Agent Skills ecosystem.
8685
</Card>
87-
</CardGroup>
86+
</CardGroup>

0 commit comments

Comments
 (0)