byfayazara· 6 skills
Essential native macOS development patterns that web developers don't know about. Use this skill whenever the user is building a macOS app and needs guidance on native patterns, or when they ask about menu bar apps, floating panels, window levels, keyboard shortcuts, file pickers, clipboard, drag and drop, screen capture, activation policy, Quick Look, launch at login, or any macOS-specific API. Also trigger when the user seems to be applying web development patterns to macOS (e.g., using z-index thinking for windows, expecting simple clipboard APIs, or not understanding focus/activation). This is the "how things actually work on macOS" reference that prevents the AI from generating confident but wrong code. Use this skill proactively whenever building any native macOS app.
$npx -y skills add fayazara/macos-app-skills --skill macos-patternsInstalls into the current project.
Run `npx skills use "https://github.com/fayazara/macos-app-skills" --skill "fayazara/macos-app-skills/macos-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fayazara/macos-app-skills" that are relevant to the current task. Run `npx skills add "https://github.com/fayazara/macos-app-skills"` and select the relevant skills, then follow their instructions.