Gordon Lam
f91c1a5b4b
feat: add winmd-api-search skill for Windows desktop API discovery ( #860 )
...
* feat: add winmd-api-search skill for Windows desktop API discovery
Add a skill that helps find and explore Windows desktop APIs (WinRT/WinAppSDK).
It searches a local WinMD metadata cache to discover APIs for platform capabilities
like camera, file access, notifications, UI controls, AI/ML, sensors, and networking.
Includes bundled scripts:
- Update-WinMdCache.ps1: generates the JSON cache from SDK and NuGet packages
- Invoke-WinMdQuery.ps1: searches types, members, enums, and namespaces
- cache-generator: .NET tool that parses WinMD files into JSON
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* feat: sync winmd-api-search with latest upstream changes
Updates from PowerToys source branch:
- Detect installed WinAppSDK runtime via Get-AppxPackage
- Respect NUGET_PACKAGES env var for global packages path
- Use OS architecture for runtime package detection
- Fix method/event visibility to use MemberAccessMask equality
- Fix EnumerationOptions, TypeSpecification decoding, search sort
- Robust scan with case-insensitive dedup and multi-path search
- Deduplicate packages by (Id, Version)
- Fix assets.json selection and pin SRM version
- Fix SDK version sorting and global namespace handling
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: remove en-us locale from Microsoft Learn URLs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* feat: filter assets.json by package type; unique scan-mode manifests
- Filter assets.json libraries by type==package to skip project references
- Append short path hash to manifest names in scan mode to avoid collisions
- Support prefix match in query script for scan-mode manifest names
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-04 09:37:13 +11:00
..
2026-02-24 14:39:33 +11:00
2026-02-18 14:50:40 -08:00
2026-01-18 19:39:54 -08:00
2026-02-24 14:39:33 +11:00
2026-01-09 11:25:32 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-08 19:53:48 -06:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-21 10:39:33 -08:00
2026-03-02 10:33:08 +11:00
2026-02-24 14:39:33 +11:00
2026-01-12 09:53:29 -08:00
2026-01-05 11:31:06 -08:00
2026-01-16 10:42:27 -08:00
2026-02-25 15:09:25 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-12 12:33:46 -08:00
2026-02-24 14:39:33 +11:00
2026-01-29 00:19:53 +02:00
2026-02-17 14:59:25 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-09 21:27:17 -05:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-02 19:31:21 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-21 12:04:15 +01:00
2026-02-03 15:51:39 +09:00
2026-02-17 11:18:43 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-16 17:01:12 +02:00
2026-02-24 14:39:33 +11:00
2026-02-16 22:43:41 +01:00
2026-02-24 14:39:33 +11:00
2026-02-22 23:31:59 -05:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-09 09:06:56 +00:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-08 15:10:24 +01:00
2026-02-24 14:39:33 +11:00
2026-01-21 16:48:38 +00:00
2026-03-02 19:32:24 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-19 20:26:57 -05:00
2026-02-17 15:27:02 -06:00
2026-01-18 22:02:12 -05:00
2026-01-29 00:49:17 -05:00
2026-01-23 00:18:52 +07:00
2026-02-24 20:18:07 -06:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-04 06:40:46 +08:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:06:32 +11:00
2026-01-14 16:07:31 +08:00
2026-02-08 20:27:08 -06:00
2026-02-10 14:03:06 +08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-02 11:05:48 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-10 10:03:49 +08:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:31:40 +11:00
2026-01-06 21:35:41 +01:00
2026-02-24 14:39:33 +11:00
2026-02-15 21:46:03 -05:00
2026-02-03 10:06:49 +03:00
2026-02-24 14:39:33 +11:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-16 16:23:26 +01:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-03 12:49:55 +03:00
2026-01-23 00:36:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-17 20:49:40 -05:00
2026-02-24 14:39:33 +11:00
2026-02-02 00:00:31 -06:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-23 13:49:01 +07:00
2026-02-24 14:39:33 +11:00
2026-01-18 14:12:03 +02:00
2026-02-13 18:54:44 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-02 08:58:51 +09:00
2026-02-24 14:39:33 +11:00
2026-02-17 15:52:54 +01:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-11 13:18:36 -03:00
2026-01-11 13:15:56 -03:00
2026-01-09 10:46:07 +09:00
2025-12-17 15:27:05 -08:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:09:50 +11:00
2026-03-04 09:37:13 +11:00
2026-01-25 22:00:26 -05:00
2026-02-24 14:39:33 +11:00