Skill Claude CodeCodex
Check whether documentation needs updating after code changes.
46 tagged gui-automation, measured the same way as everything else here.
Browse within: computer-use 40agent-memory 31os-automation 31phone-use 31accessibility 12applescript 8
Skill Claude CodeCodex
Check whether documentation needs updating after code changes.
Skill Claude CodeCodex
Generate SEO-optimized GitHub release notes for kwin-mcp.
Skill Claude CodeCodex
Use when the user asks to launch, click, type, screenshot, or otherwise drive a Linux KDE Plasma / Wayland desktop app through the kwin-mcp MCP server. Trigger when kwin-mcp tools are available and the task involves desktop GUI automation, end-to-end GUI testing, kiosk / embedded device control, or live KDE Plasma…
Skill Claude CodeCodex
A guide for handling concurrency, meaning work that runs at the same time or waits for input, in Rust programs.
Skill Claude CodeCodex
Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry, fallback, domain error hierarchy, user-facing vs internal errors, error code design, circuit breaker, graceful degradation, resilience, error context, backoff, retry with backoff, error recovery, transient…
Skill Claude CodeCodex
Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, visualizing memory layout, analogy, misconception, explaining ownership, why does Rust, help me understand, confused about, learning Rust, explain like I'm, ELI5, intuition for, coming from Java, coming…
Skill Claude CodeCodex
Fast deterministic macOS UI automation via replayable macros. Use BEFORE driving any macOS app's UI by hand (clicking/typing via computer-use or screenshots) — if a macro exists, replay finishes the task in seconds with no per-step reasoning; after doing a UI task manually, save it as a macro so the next run is fast.…
Panchangam18/background-computer-use
Skill Claude CodeCodex
Google Chrome heuristics for background-computer-use. Use when the user asks you to navigate, scroll, click links, fill forms, or otherwise drive Chrome without stealing focus. Also applies to Chromium-family browsers (Brave, Edge, Arc) that share the same AppleScript JavaScript execution primitive.
Panchangam18/background-computer-use
Skill Claude CodeCodex
Drive macOS apps in the background using the background-computer-use MCP tools. Use when the user asks you to click inside another app, automate a GUI, type into a specific app, read an app's UI, or "use my Mac" without moving the cursor or focusing the app. Also use when the user mentions apps by name (Safari…
Panchangam18/background-computer-use
Skill Claude CodeCodex
Safari desktop heuristics for background-computer-use. Use when the user asks you to navigate, scroll, click links, switch tabs, or otherwise drive Safari without stealing focus.
Skill Claude CodeCodex
OpenAdapt is a compiled program for GUI writes with no API. This package invokes it over MCP.
Skill Claude CodeCodex
Drive Windows desktop apps stably via the windows-gui MCP. Use this skill when the task requires interacting with a Windows desktop application through UI Automation, native dialogs, or other non-web GUI surfaces. The skill enforces UIA-first, verify-after-every-action, and OCR-only-as-last-resort behavior.
Skill Claude CodeCodex
Self-contained Windows GUI automation + runtime verification using ONLY the autoit MCP — no other skills required. Launch an app, wait for windows, drive menus, click/type into controls or by pixel, take a screenshot (via the bundled AutoIt ScreenCapture UDF) and read it back, and PROVE a result by checking a file on…