Skip to content

Commit 35b89ac

Browse files
committed
docs: correct skills versioning and the Codex install target
1 parent 7b931f1 commit 35b89ac

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/building-with-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We provide multiple tools to help AI coding assistants write correct Trigger.dev
2222
</Step>
2323

2424
<Step title="Install Skills">
25-
Portable instruction sets that teach any AI coding assistant Trigger.dev best practices: writing tasks, realtime frontends, and `chat.agent` AI agents. They ship with the CLI, version-matched to your SDK, and install into Claude Code, Cursor, VS Code (Copilot), and Codex / AGENTS.md.
25+
Portable instruction sets that teach any AI coding assistant Trigger.dev best practices: writing tasks, realtime frontends, and `chat.agent` AI agents. They ship with the CLI, versioned with it, and install into Claude Code, Cursor, VS Code (Copilot), and AGENTS-compatible tools such as Codex via `.agents/skills/`.
2626

2727
```bash
2828
npx trigger.dev@latest skills

docs/mcp-agent-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebarTitle: "Agent rules"
1111

1212
## What changed
1313

14-
Trigger.dev used to install per-tool *rule files* (`.cursor/rules/trigger.*.mdc`, regions in `CLAUDE.md`, and so on) fetched from GitHub. That has been replaced by [agent skills](/skills): `SKILL.md` directories in the open [Agent Skills standard](https://agentskills.io) that ship inside the CLI, version-matched to the Trigger.dev version you build against, and load on demand instead of always sitting in your context.
14+
Trigger.dev used to install per-tool *rule files* (`.cursor/rules/trigger.*.mdc`, regions in `CLAUDE.md`, and so on) fetched from GitHub. That has been replaced by [agent skills](/skills): `SKILL.md` directories in the open [Agent Skills standard](https://agentskills.io) that ship inside the CLI, versioned with it, and load on demand instead of always sitting in your context.
1515

1616
The install command is the same, and now installs skills:
1717

docs/skills.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Each skill is a directory containing a `SKILL.md` file: YAML frontmatter (name,
1818

1919
## Installation
2020

21-
The skills ship inside the `trigger.dev` CLI, version-matched to the SDK you have installed. Run:
21+
The skills ship inside the `trigger.dev` CLI and are versioned with it. Run:
2222

2323
```bash
2424
npx trigger.dev@latest skills
@@ -29,9 +29,10 @@ The CLI detects your installed AI tools, lets you pick which skills to install,
2929
When you run `trigger dev` for the first time, the CLI offers to install the skills for you.
3030

3131
<Note>
32-
Because the skills are bundled with the CLI, the guidance your assistant gets is pinned to the
33-
Trigger.dev version you are actually building against, instead of always being the latest from the
34-
internet.
32+
Because the skills are bundled with the CLI, the guidance your assistant gets is pinned to the CLI
33+
version that installs them. To keep it matched to the Trigger.dev version you are building
34+
against, run the CLI pinned in your project (`pnpm exec trigger skills`) instead of
35+
`npx trigger.dev@latest`.
3536
</Note>
3637

3738
### Non-interactive install

0 commit comments

Comments
 (0)