WinMD API Search This skill helps you find the right Windows API for any capability and get its full details. It searches a local cache of all WinMD metadata from: - Windows Platform SDK — all WinRT APIs (always available, no restore needed) - WinAppSDK / WinUI — bundled as a baseline in the cache generator (always available, no restore needed) - NuGet packages — any additional packages in restored projects that contain files - Project-output WinMD — class libraries (C++/WinRT, C#) that produce as build output Even on a fresh clone with no restore or build, you still get full Platform SDK + W…