Skip to content

Commit d8724af

Browse files
committed
docs: drop the release-candidate caveat from the skills command
1 parent 9f29eb2 commit d8724af

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

docs/building-with-ai.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ 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-
3631
[Learn more →](/skills)
3732
</Step>
3833

@@ -46,7 +41,7 @@ Skills and the MCP server do different jobs and work best together. Here's how t
4641
|:--|:-----------|:---------------|
4742
| **What it does** | Drops skill files into your project that teach Trigger.dev patterns | Runs a live server your AI connects to |
4843
| **Installs to** | `.claude/skills/`, `.cursor/skills/`, `.github/skills/`, `.agents/skills/` | `mcp.json`, `~/.claude.json`, etc. |
49-
| **Updates** | Re-run `npx trigger.dev@latest skills` (`@rc` until it ships to stable), or auto-prompted on `trigger dev` | Always latest (uses `@latest`) |
44+
| **Updates** | Re-run `npx trigger.dev@latest skills`, or auto-prompted on `trigger dev` | Always latest (uses `@latest`) |
5045
| **Best for** | Teaching patterns and best practices | Live project interaction (deploy, trigger, monitor) |
5146
| **Works offline** | Yes | No (calls Trigger.dev API) |
5247

docs/mcp-agent-rules.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ 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-
27-
`npx trigger.dev@latest install-rules` still works as an alias for `skills` (so the same `@rc` caveat applies for now), and `trigger dev` offers to install the skills on first run.
22+
`npx trigger.dev@latest install-rules` still works as an alias for `skills`, and `trigger dev` offers to install the skills on first run.
2823

2924
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.
3025

docs/skills.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ 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-
3227
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.
3328

3429
When you run `trigger dev` for the first time, the CLI offers to install the skills for you.
@@ -43,8 +38,6 @@ Pass `--target` to choose tools and `-y` to install every skill without promptin
4338
npx trigger.dev@latest skills --target claude-code --target cursor -y
4439
```
4540

46-
While the command is still release-candidate only, swap `@latest` for `@rc`.
47-
4841
## Available skills
4942

5043
| Skill | Use for | Covers |
@@ -72,7 +65,7 @@ Using a tool that does not support skills yet? Select "Unsupported target" in th
7265

7366
## Keeping skills updated
7467

75-
The API guidance updates on its own: it lives in `@trigger.dev/sdk` and is read from `node_modules`, so upgrading the SDK in your project upgrades the guidance with it. Re-run `npx trigger.dev@latest skills` (use `@rc` until the command ships to the stable release, or accept the prompt that `trigger dev` shows when a newer version is available) only to add skills or refresh the installed pointer files. Re-running overwrites them in place without creating duplicates.
68+
The API guidance updates on its own: it lives in `@trigger.dev/sdk` and is read from `node_modules`, so upgrading the SDK in your project upgrades the guidance with it. Re-run `npx trigger.dev@latest skills` (or accept the prompt that `trigger dev` shows when a newer version is available) only to add skills or refresh the installed pointer files. Re-running overwrites them in place without creating duplicates.
7669

7770
## Next steps
7871

0 commit comments

Comments
 (0)