What problem does it solve? WebGPU projects pinned to a specific vgpu version often break when developers rely on remembered APIs, hosted docs, or the latest release notes. This Skill ensures every API answer, migration step, and debugging workflow comes from the documentation bundled with the exact vgpu package installed in the target project. ## Core Features & Use Cases - Version-Safe Resolution: Detects the project-local vgpu version via package manifests, lockfiles, and no-install CLI invocations like pnpm exec vgpu --version, avoiding accidental downloads from bare npx or bunx. - Bundled Docs Routing: Queries the local CLI's docs corpus with docs ls, docs cat, docs find, and docs grep so answers always match the installed version. - Guided Upgrades: Records the previous version, reads intervening migration guides in order via docs ls /migrations, and reports missing guides instead of substituting current hosted docs. - Use Case: When upgrading a WebGPU app from one vgpu release to another, the Skill walks each migration guide for the authorized target version and verifies changes step by step. ## Quick Start Ask the assistant to check the vgpu version installed in this project and explain how to set up a WebGPU render pipeline using that version's bundled documentation.