AI AGENT ADDONS

Winmd Api Search

github/awesome-copilot

Windows has many APIs for features like cameras, files, and notifications. It can be hard to know which one to use. This skill searches a local cache to find the right API for any task.

The cache includes all Windows platform APIs and the WinAppSDK. It works even on a fresh clone with no restore. Additional APIs from NuGet packages are added after you restore your project.

Once you find the right API, you get its full details. This includes methods, properties, events, and enumeration values. This helps you write the correct code right away.

Add Winmd Api Search skill to your workflow

Global

mkdir -p ~/.claude/skills/winmd-api-search

Project

mkdir -p .claude/skills/winmd-api-search

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
24 days ago
Created
1 year ago