Skip to content

Commit 9e08712

Browse files
authored
Add building with ai/skills pages and updated intro (#2962)
Closes #<issue> ## ✅ Checklist - [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [ ] The PR title follows the convention. - [ ] I ran and tested the code works --- ## Testing _[Describe the steps you took to test this change]_ --- ## Changelog _[Short description of what has changed]_ --- ## Screenshots _[Screenshots]_ 💯 <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/triggerdotdev/trigger.dev/pull/2962"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
1 parent f53db6f commit 9e08712

File tree

10 files changed

+498
-603
lines changed

10 files changed

+498
-603
lines changed

docs/building-with-ai.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Overview"
3+
sidebarTitle: "Overview"
4+
description: "Tools and resources for building Trigger.dev projects with AI coding assistants."
5+
---
6+
7+
We provide tools to help you build Trigger.dev projects with AI coding assistants. We recommend using them for the best developer experience.
8+
9+
<CardGroup cols={1}>
10+
<Card title="MCP Server" icon="sparkles" href="/mcp-introduction">
11+
Give your AI assistant direct access to Trigger.dev tools - search docs, trigger tasks, deploy projects, and monitor runs.
12+
13+
```bash
14+
npx trigger.dev@latest install-mcp
15+
```
16+
</Card>
17+
<Card title="Skills" icon="wand-magic-sparkles" href="/skills">
18+
Portable instruction sets that teach any AI coding assistant Trigger.dev best practices for writing tasks, configs, and more.
19+
20+
```bash
21+
npx skills add triggerdotdev/skills
22+
```
23+
</Card>
24+
</CardGroup>

docs/docs.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@
4343
"apikeys"
4444
]
4545
},
46+
{
47+
"group": "Building with AI",
48+
"pages": [
49+
"building-with-ai",
50+
{
51+
"group": "MCP Server",
52+
"pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"]
53+
},
54+
"skills"
55+
]
56+
},
4657
{
4758
"group": "Writing tasks",
4859
"pages": [
@@ -166,10 +177,6 @@
166177
}
167178
]
168179
},
169-
{
170-
"group": "MCP Server",
171-
"pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"]
172-
},
173180
{
174181
"group": "Using the Dashboard",
175182
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]

docs/images/intro-ai.jpg

5.37 KB
Loading

docs/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mode: "center"
1616
>
1717
Browse our wide range of guides, frameworks and example projects
1818
</Card>
19-
<Card title="MCP Server" img="/images/intro-mcp.jpg" href="/mcp-introduction">
20-
Learn how to install and configure the Trigger.dev MCP Server
19+
<Card title="Building with AI" img="/images/intro-ai.jpg" href="/building-with-ai">
20+
Learn how to build Trigger.dev projects using AI coding assistants
2121
</Card>
2222
<Card title="Video walkthrough" img="/images/intro-video.jpg" href="/video-walkthrough">
2323
Watch an end-to-end demo of Trigger.dev in 10 minutes

docs/mcp-agent-rules.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Agent rules"
33
sidebarTitle: "Agent rules"
44
description: "Learn how to use the Trigger.dev agent rules with the MCP server"
5-
tag: "new"
65
---
76

87
## What are Trigger.dev agent rules?

0 commit comments

Comments
 (0)