webgpu

WebGPU skill for AI agents: reusable WebGPU/WGSL patterns, orchestration guidance, and performance practices across rendering and compute.

설치
CLI
npx skills add https://github.com/cazala/webgpu-skill --skill webgpu

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 5/10/2026

WebGPU Skill

This repository contains a WebGPU skill. Skills are reusable capabilities for AI agents, packaged so they can be installed and reused across different tools and workflows. This one is framework-agnostic and focuses on reusable WebGPU/WGSL patterns, orchestration, and performance guidance across a wide range of GPU workloads.

Supported agents

This skill is designed to work with the major agents that support skills, including Claude Code, Codex, Cursor, Cline, and GitHub Copilot, plus other compatible agents listed by the skills ecosystem.

Contents

Highlights

  • Compute + render pipeline patterns
  • Orchestration and phase-based simulation guidance
  • Practical performance notes and debugging tips
  • Uniform packing and resource layout advice

Installation

Install with the CLI:

npx skills add cazala/webgpu-skill

Refer to SKILL.md for the full entry point.