Skip to content

Commit 93851d5

Browse files
committed
docs(skills): finish the trigger- rename on the lightweight-skills line
The getting-started reference in the skills.mdx lightweight-skills paragraph (merged separately) was the last bare skill name; prefix it to trigger-getting-started.
1 parent 603d5e4 commit 93851d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The CLI detects your installed AI tools, lets you pick which skills to install,
2828

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

31-
The installed skills are lightweight. Most point to the full, version-pinned reference that ships inside `@trigger.dev/sdk`, which your assistant reads straight from `node_modules`. The API guidance it follows always matches the `@trigger.dev/sdk` version installed in your project, with no extra step on your part. The `getting-started` skill is self-contained, since it runs before the SDK is installed.
31+
The installed skills are lightweight. Most point to the full, version-pinned reference that ships inside `@trigger.dev/sdk`, which your assistant reads straight from `node_modules`. The API guidance it follows always matches the `@trigger.dev/sdk` version installed in your project, with no extra step on your part. The `trigger-getting-started` skill is self-contained, since it runs before the SDK is installed.
3232

3333
### Non-interactive install
3434

0 commit comments

Comments
 (0)