You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/skills.mdx
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
title: "Skills"
3
3
description: "Install Trigger.dev skills to teach any AI coding assistant best practices for writing tasks, agents, and workflows."
4
4
sidebarTitle: "Skills"
5
-
tag: "new"
6
5
---
7
6
8
7
## What are agent skills?
9
8
10
9
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.
11
10
12
11
<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.
14
15
</Note>
15
16
16
17
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.
0 commit comments