webgpu_inspector
WebGPU frame capture, inspection, and performance debugging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install WebGPU Inspector?โผ
Run `npx skills add brendan-duncan/webgpu_inspector --all -g -y` in your terminal to install the capture analysis skill globally.
How to debug WebGPU performance issues?โผ
Capture a frame with GPU timing enabled, then the skill ranks each render pass by GPU time and identifies whether the frame is CPU-bound, GPU-bound, or fillrate-limited.
What can WebGPU Inspector capture?โผ
It records the full GPU object graph, ordered command list, shaders, buffers, textures, render pass outputs, and validation errors for one or more frames.
Does WebGPU Inspector work with Claude Code?โผ
Yes. It ships as a plugin with an MCP server that lets Claude launch a browser, capture frames, and analyze draws, shaders, and performance problems directly.
Can I inspect WebGPU without modifying my page?โผ
Yes. The browser extension and plugin instrument any page automatically, with no code changes required on the page being analyzed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core