Skip to content

Commit 6787d3a

Browse files
authored
mention ai in docs (#2467)
1 parent e38e67c commit 6787d3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/typegpu-docs/src/content/docs/getting-started.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ function foo() {
8181
We provide a [lint plugin](/TypeGPU/tooling/eslint-plugin-typegpu) that helps with writing 'use gpu' functions.
8282
:::
8383

84+
## AI Tools
85+
86+
To install the official TypeGPU Skill, head to the [Software Mansion Skills repository](https://github.com/software-mansion-labs/skills) and select the TypeGPU skill during the setup process.
87+
You can also use the experimental [TypeGPU MCP](https://www.npmjs.com/package/typegpu-runtime-inspector-mcp) to make it easier for agents to catch runtime errors and inspect the generated WGSL code along with other useful runtime information.
88+
8489
## Live Examples
8590

8691
Our [live examples](/TypeGPU/examples) showcase many use-cases of TypeGPU. Feel free to check them out! You can also open each of them on StackBlitz in order to edit the code and see the preview update live, or to bootstrap your own project.

0 commit comments

Comments
 (0)