Skip to content
24 changes: 24 additions & 0 deletions docs/building-with-ai.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Overview"
sidebarTitle: "Overview"
description: "Tools and resources for building Trigger.dev projects with AI coding assistants."
---

We provide tools to help you build Trigger.dev projects with AI coding assistants. We recommend using them for the best developer experience.

<CardGroup cols={1}>
<Card title="MCP Server" icon="sparkles" href="/mcp-introduction">
Give your AI assistant direct access to Trigger.dev tools - search docs, trigger tasks, deploy projects, and monitor runs.

```bash
npx trigger.dev@latest install-mcp
```
</Card>
<Card title="Skills" icon="wand-magic-sparkles" href="/skills">
Portable instruction sets that teach any AI coding assistant Trigger.dev best practices for writing tasks, configs, and more.

```bash
npx skills add triggerdotdev/skills
```
</Card>
</CardGroup>
15 changes: 11 additions & 4 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
"apikeys"
]
},
{
"group": "Building with AI",
"pages": [
"building-with-ai",
{
"group": "MCP Server",
"pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"]
},
"skills"
]
},
{
"group": "Writing tasks",
"pages": [
Expand Down Expand Up @@ -166,10 +177,6 @@
}
]
},
{
"group": "MCP Server",
"pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"]
},
{
"group": "Using the Dashboard",
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
Expand Down
Binary file added docs/images/intro-ai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ mode: "center"
>
Browse our wide range of guides, frameworks and example projects
</Card>
<Card title="MCP Server" img="/images/intro-mcp.jpg" href="/mcp-introduction">
Learn how to install and configure the Trigger.dev MCP Server
<Card title="Building with AI" img="/images/intro-ai.jpg" href="/building-with-ai">
Learn how to build Trigger.dev projects using AI coding assistants
</Card>
<Card title="Video walkthrough" img="/images/intro-video.jpg" href="/video-walkthrough">
Watch an end-to-end demo of Trigger.dev in 10 minutes
Expand Down
1 change: 0 additions & 1 deletion docs/mcp-agent-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "Agent rules"
sidebarTitle: "Agent rules"
description: "Learn how to use the Trigger.dev agent rules with the MCP server"
tag: "new"
---

## What are Trigger.dev agent rules?
Expand Down
Loading