Skip to content

Commit 650ae23

Browse files
committed
review changes
1 parent 7a76fb6 commit 650ae23

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

apps/typegpu-docs/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ export default defineConfig({
297297
{
298298
label: 'TypeGPU CLI',
299299
slug: 'tooling/typegpu-cli',
300+
badge: { text: 'new' },
300301
},
301302
{
302303
label: 'Build Plugin',
@@ -310,6 +311,7 @@ export default defineConfig({
310311
{
311312
label: 'AI Tools',
312313
slug: 'tooling/ai-tools',
314+
badge: { text: 'new' },
313315
},
314316
{
315317
label: 'WGSL to TypeGPU',

apps/typegpu-docs/src/content/docs/tooling/ai-tools.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ They help agents find TypeGPU-specific guidance and inspect generated shader cod
1010

1111
The official TypeGPU Skill gives agents guidance for TypeGPU schemas, functions, shaders, buffers, textures, pipelines, and common error patterns.
1212

13-
To install it, use the [Software Mansion Skills repository](https://github.com/software-mansion-labs/skills) and select the TypeGPU skill during the setup process.
13+
To install it directly, run:
14+
15+
```sh
16+
npx skills add software-mansion-labs/skills -s typegpu
17+
```
1418

1519
:::tip
1620
The TypeGPU project starter can install the skill for you. Run `npx typegpu@latest` and enable AI skills when prompted.

apps/typegpu-docs/src/content/docs/tooling/typegpu-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Run the CLI in the directory where you want to create your project:
3838
The CLI lets you choose a project name and one of the available templates:
3939

4040
- Vite
41-
- Vite with a more complete TypeGPU example
4241
- Vite + React
4342
- Expo React Native
43+
- ... and more
4444

4545
It can also install dependencies and download the official TypeGPU AI skill during setup.
4646

0 commit comments

Comments
 (0)