Skip to content

AI Tools

TypeGPU provides optional tools for AI coding agents working with TypeGPU projects. They help agents find TypeGPU-specific guidance and inspect generated shader code while debugging.

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

To install it directly, run:

Terminal window
npx skills add software-mansion-labs/skills -s typegpu

The experimental TypeGPU Runtime Inspector MCP exposes runtime inspection data to agent tools. It helps agents catch runtime errors and inspect generated WGSL code alongside other useful TypeGPU runtime information.

Use it when your agent environment supports MCP servers and you want runtime feedback while iterating on TypeGPU programs.