This is a smart Windows API discovery tool that searches through cached WinMD metadata to find the right APIs for any desktop capability. Instead of hunting through documentation when you need camera access, file pickers, or UI controls, you search with plain English terms like "take picture" or "save settings" and get back ranked results with full type signatures, methods, and enum values. It indexes the Windows Platform SDK, WinAppSDK, and any NuGet packages in your projects. The search scoring is well-tuned, handling exact matches, partial matches, and even PascalCase initials. Beats manually digging through Microsoft Learn when you just need to know what methods are available on a specific type.
npx skills add https://github.com/github/awesome-copilot --skill winmd-api-search