This is for automating Windows native desktop apps with pywinauto and UI Automation. It covers WPF, WinForms, Win32/MFC, and Qt 5.x/6.x with framework-specific guidance on setting AutomationIds and dealing with each framework's quirks. The skill pushes hard on testability setup before writing tests, which is the right call since most desktop automation pain comes from apps that weren't built with UIA in mind. You get a complete page object model template, pytest fixtures with sandboxing, and practical advice on when Qt 5.x needs keyboard fallbacks because the Value Pattern is flaky. If you're writing E2E tests for anything that isn't web or Electron, this is the Windows automation playbook.
npx skills add https://github.com/affaan-m/everything-claude-code --skill windows-desktop-e2e