Skip to content

Commit 28ffdd5

Browse files
committed
docs(skills): add the RC caveat to the remaining skills command references
Cover the non-interactive install example, the keeping-updated section, and the comparison table so users who deep-link past the install section still see the @rc note.
1 parent 5f2d16d commit 28ffdd5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/building-with-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Skills and the MCP server do different jobs and work best together. Here's how t
4646
|:--|:-----------|:---------------|
4747
| **What it does** | Drops skill files into your project that teach Trigger.dev patterns | Runs a live server your AI connects to |
4848
| **Installs to** | `.claude/skills/`, `.cursor/skills/`, `.github/skills/`, `.agents/skills/` | `mcp.json`, `~/.claude.json`, etc. |
49-
| **Updates** | Re-run `npx trigger.dev@latest skills`, or auto-prompted on `trigger dev` | Always latest (uses `@latest`) |
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`) |
5050
| **Best for** | Teaching patterns and best practices | Live project interaction (deploy, trigger, monitor) |
5151
| **Works offline** | Yes | No (calls Trigger.dev API) |
5252

docs/skills.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Pass `--target` to choose tools and `-y` to install every skill without promptin
4343
npx trigger.dev@latest skills --target claude-code --target cursor -y
4444
```
4545

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

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

7173
## Keeping skills updated
7274

73-
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.
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.
7476

7577
## Next steps
7678

0 commit comments

Comments
 (0)