macos-swiftui

Implement macOS SwiftUI window management and multi-window patterns for Sonoma 14+ apps.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/fumiya-kume/toy-poodle-love --skill macos-swiftui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macos-swiftui
Source: https://github.com/fumiya-kume/toy-poodle-love/tree/main/.claude/skills/macos-swiftui
Command: npx skills add https://github.com/fumiya-kume/toy-poodle-love --skill macos-swiftui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines macOS app development by providing ready-to-use SwiftUI guidance for window management, menus, and multi-window patterns on macOS Sonoma (14+), reducing boilerplate and ramp-up time.

Core Features & Use Cases

  • Pattern guidance for WindowGroup, Window, NavigationSplitView, Menu commands, inspector panels, and Settings windows.
  • Document- and multi-window workflows with example structures and best practices.
  • Reference library of macOS system integration and troubleshooting patterns to accelerate implementation.

Quick Start

Ask for macOS SwiftUI development guidance to generate ready-to-use window management and navigation patterns.

Frequently Asked Questions about macos-swiftui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multiple windows in a macOS SwiftUI app?

Manage multiple windows in a macOS SwiftUI app using WindowGroup and Window scenes to define primary and auxiliary views. This Skill provides ready-to-use templates for multi-window workflows, including document-based patterns and best practices.

What is the best way to implement NavigationSplitView for macOS Sonoma?

Implement NavigationSplitView for macOS Sonoma by following structured pattern guidance that ensures robust navigation. This Skill offers templates and safe defaults to streamline sidebar-detail workflows and reduce boilerplate ramp-up time.

How do I add menu commands and inspector panels in SwiftUI?

Add menu commands and inspector panels in SwiftUI by utilizing system integration patterns. This Skill provides reference structures and best practices to configure Menu commands and inspector panels effectively for macOS apps.

Does this SwiftUI guidance support document-based app workflows?

Yes, this SwiftUI guidance supports document-based app workflows by providing example structures and best practices. It includes specific patterns for document management and multi-window workflows to ensure robust application architecture.

Can I use these macOS SwiftUI patterns for apps targeting Sonoma 14+?

Yes, you can use these macOS SwiftUI patterns for apps targeting Sonoma 14+. The guidance is specifically scoped for macOS 14+ apps, ensuring compatibility with WindowGroup, Window, and Settings implementations.

Why does my SwiftUI Settings window implementation lack standard macOS behavior?

A SwiftUI Settings window may lack standard behavior if not using the correct scene patterns. This Skill provides troubleshooting references and safe defaults to ensure Settings windows integrate properly with macOS system expectations.