Agent skill
macos-development
Comprehensive macOS development guidance including Swift 6+, SwiftUI, SwiftData, architecture patterns, AppKit bridging, and macOS 26 Tahoe APIs. Use for macOS code review, best practices, UI review, or platform-specific features.
Install this agent skill to your Project
npx add-skill https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/macos
SKILL.md
macOS Development Expert
Comprehensive guidance for macOS app development. This skill aggregates specialized modules for different aspects of macOS development.
When This Skill Activates
Use this skill when the user:
- Asks about macOS development best practices
- Wants code review for macOS/Swift projects
- Needs help with SwiftUI, SwiftData, or AppKit
- Is implementing macOS 26 (Tahoe) features
- Wants UI/UX review against HIG
- Needs architecture guidance for macOS apps
Available Modules
Read relevant module files based on the user's needs:
coding-best-practices/
Swift 6+ code quality and modern idioms.
swift-language.md- Modern Swift patternsmodern-concurrency.md- async/await, actors, Sendabledata-persistence.md- SwiftData, UserDefaults, Keychaincode-organization.md- Project structure and modularityarchitecture-principles.md- Clean architecture patterns
architecture-patterns/
Software design and architecture.
solid-detailed.md- SOLID principles with Swift examplesdesign-patterns.md- Common design patternsmodular-design.md- Modular architecture approaches
swiftdata-architecture/
SwiftData deep dive.
schema-design.md- Model design and relationshipsquery-patterns.md- Efficient queries and predicatesperformance.md- Optimization techniques
macos-tahoe-apis/
macOS 26 specific features.
tahoe-features.md- New macOS 26 capabilitiesapple-intelligence.md- AI/ML integrationmlx-framework.md- On-device ML with MLXcontinuity.md- Cross-device featuresxcode16.md- Xcode 16 tools and features
macos-capabilities/
Platform integration.
sandboxing.md- App Sandbox and entitlements- System integration features
appkit-swiftui-bridge/
Hybrid development.
nsviewrepresentable.md- Wrapping AppKit views- State management between frameworks
ui-review-tahoe/
UI/UX review for macOS 26.
- Liquid Glass design system
- HIG compliance checking
- Accessibility review
app-planner/
Project planning and analysis.
- New app architecture planning
- Existing app audits
How to Use
- Identify user's need from their question
- Read relevant module files from subdirectories
- Apply the guidance to their specific context
- Reference Apple documentation when needed
Example Workflow
User asks about SwiftData performance:
- Read
swiftdata-architecture/performance.md - Read
swiftdata-architecture/query-patterns.mdif relevant - Apply recommendations to their code
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
legal
Legal document generation and compliance guidance for indie Apple developers. Covers privacy policies, terms of service, EULAs, GDPR/CCPA/DPDP compliance, and Apple App Store legal requirements. Use when user needs legal documents or compliance guidance.
privacy-policy
Generate privacy policies, terms of service, and EULAs for Apple platform apps. Detects data collection patterns, third-party SDKs, and generates region-specific legal documents with Apple Privacy Nutrition Label mapping. Use when user needs legal documents or data collection disclosure for App Store submission.
ios-development
Comprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps.
assistive-access
Assistive Access implementation for cognitive accessibility including simplified scenes, navigation icons, runtime detection, and design principles. Use when optimizing apps for Assistive Access mode.
ui-review
Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and accessibility. Use when user mentions UI review, HIG, accessibility audit, font checks, or wants to verify interface design against Apple standards.
navigation-patterns
SwiftUI navigation architecture patterns including NavigationStack, NavigationSplitView, TabView, programmatic navigation, and custom transitions. Use when reviewing or building navigation, fixing navigation bugs, or architecting app flow.
Didn't find tool you were looking for?