Agent skill
vcpkg
C++ package manager for Windows with installation, environment setup, and package installation commands.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/vcpkg-majiayu000-claude-skill-registr
SKILL.md
Vcpkg — C++ Package Manager
Bootstrap
powershell
git clone https://github.com/microsoft/vcpkg
cd vcpkg; .\bootstrap-vcpkg.bat
Env Setup
powershell
$env:VCPKG_ROOT = "D:\git\vcpkg"
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"
Install Package
powershell
vcpkg install libxml2:x64-windows
vcpkg integrate install
Didn't find tool you were looking for?