Skip to content

Commit afa3b53

Browse files
committed
docs: frame skills and the MCP server as complementary
1 parent 5117982 commit afa3b53

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/building-with-ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ We provide multiple tools to help AI coding assistants write correct Trigger.dev
3333

3434
</Steps>
3535

36-
## Skills vs MCP
36+
## Skills and the MCP server
3737

38-
Not sure which tool to use? Here's how they compare:
38+
Skills and the MCP server do different jobs and work best together. Here's how they compare:
3939

4040
| | **Skills** | **MCP Server** |
4141
|:--|:-----------|:---------------|

docs/skills.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Skills are portable instruction sets that teach AI coding assistants how to use
1111
Each skill is a directory containing a `SKILL.md` file: YAML frontmatter (name, description) plus markdown instructions with patterns, examples, and common mistakes that AI assistants discover on demand and follow.
1212

1313
<Note>
14-
Skills are one of two AI tools we provide. You can also install the [MCP Server](/mcp-introduction)
15-
to give your assistant live access to your project (deploy, trigger, monitor). See the
16-
[comparison](/building-with-ai#skills-vs-mcp) for details.
14+
Skills pair with the [MCP Server](/mcp-introduction), which gives your assistant live access to
15+
your project (deploy, trigger, monitor). Skills teach it how to write the code; the MCP server
16+
lets it act on your project. See [how they fit together](/building-with-ai#skills-and-the-mcp-server).
1717
</Note>
1818

1919
## Installation

0 commit comments

Comments
 (0)