Skip to content

Commit 5f2d16d

Browse files
committed
docs(skills): note the skills CLI command is only in the release candidate
The skills installer ships in the release candidate but is not yet on the stable release. Add a warning on each page that shows the command, telling users to run it with the @rc tag until it lands in @latest.
1 parent 82bdd1f commit 5f2d16d

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/building-with-ai.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ We provide multiple tools to help AI coding assistants write correct Trigger.dev
2828
npx trigger.dev@latest skills
2929
```
3030

31+
<Warning>
32+
The `skills` command is currently only available in the release candidate. Until it ships to
33+
the stable release, run it with the `@rc` tag: `npx trigger.dev@rc skills`.
34+
</Warning>
35+
3136
[Learn more →](/skills)
3237
</Step>
3338

docs/mcp-agent-rules.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ The install command is the same, and now installs skills:
1919
npx trigger.dev@latest skills
2020
```
2121

22+
<Warning>
23+
The `skills` command is currently only available in the release candidate. Until it ships to the
24+
stable release, run it with the `@rc` tag: `npx trigger.dev@rc skills`.
25+
</Warning>
26+
2227
`npx trigger.dev@latest install-rules` still works as an alias, and `trigger dev` offers to install the skills on first run.
2328

2429
The old task and realtime guidance now lives in the `trigger-authoring-tasks` and `trigger-realtime-and-frontend` skills, alongside two new skills for building `chat.agent` AI agents. See [Skills](/skills) for the full list and supported assistants.

docs/skills.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Run the installer with the CLI:
2424
npx trigger.dev@latest skills
2525
```
2626

27+
<Warning>
28+
The `skills` command is currently only available in the release candidate. Until it ships to the
29+
stable release, run it with the `@rc` tag: `npx trigger.dev@rc skills`.
30+
</Warning>
31+
2732
The CLI detects your installed AI tools, lets you pick which skills to install, and writes each one into that tool's native skills directory (`.claude/skills/`, `.cursor/skills/`, `.github/skills/`, `.agents/skills/`). It also adds a one-line pointer to your primary instructions file (`CLAUDE.md`, `.cursor/rules`, etc.) so your assistant always knows the skills are there and loads the right one on demand.
2833

2934
When you run `trigger dev` for the first time, the CLI offers to install the skills for you.

0 commit comments

Comments
 (0)