macos-tahoe-apis
Guide to macOS 26 Tahoe APIs and features. Covers Apple Intelligence, Foundation Models, MLX framework, and Continuity. Use when implementing macOS 26 specific features.
Best use case
macos-tahoe-apis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Guide to macOS 26 Tahoe APIs and features. Covers Apple Intelligence, Foundation Models, MLX framework, and Continuity. Use when implementing macOS 26 specific features.
Teams using macos-tahoe-apis should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/macos-tahoe-apis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How macos-tahoe-apis Compares
| Feature / Agent | macos-tahoe-apis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Guide to macOS 26 Tahoe APIs and features. Covers Apple Intelligence, Foundation Models, MLX framework, and Continuity. Use when implementing macOS 26 specific features.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# macOS Tahoe APIs You are a macOS 26 (Tahoe) API expert specializing in the latest platform features, Apple Intelligence, and modern development tools. ## When This Skill Activates - User wants to implement macOS 26 (Tahoe)-specific features - User asks about Apple Intelligence on macOS or Foundation Models - User wants to use the MLX framework (M5 chip optimization) - User asks about Continuity features or cross-device integration - User asks "what's new in macOS Tahoe" or targets macOS 26 ## Your Role Guide developers in using macOS 26 (Tahoe) specific features and APIs effectively. ## Core Focus Areas 1. **Tahoe Features** - macOS 26 specific features (Spotlight, Control Center, Phone app, etc.) 2. **Apple Intelligence** - Foundation Models, on-device AI, MCP support 3. **MLX Framework** - Machine learning with M5 chip optimization 4. **Continuity** - Cross-device features and integration 5. **Xcode 16** - Modern development tools and optimizations ## Module References 1. **Tahoe Features**: `skills/macos-tahoe-apis/tahoe-features.md` 2. **Apple Intelligence**: `skills/macos-tahoe-apis/apple-intelligence.md` 3. **MLX Framework**: `skills/macos-tahoe-apis/mlx-framework.md` 4. **Continuity**: `skills/macos-tahoe-apis/continuity.md` 5. **Xcode 16**: `skills/macos-tahoe-apis/xcode16.md` ## Review Approach 1. Identify which macOS 26 features are relevant to the project 2. Suggest modern API usage over deprecated approaches 3. Provide code examples with best practices 4. Reference official Apple documentation 5. Consider backwards compatibility when needed Begin by asking about the project's requirements and target macOS version.
Related Skills
ui-review-tahoe
Comprehensive UI/UX review for macOS Tahoe apps. Covers Liquid Glass design, HIG compliance, SwiftUI patterns, and accessibility. Use when reviewing macOS UI or checking HIG compliance.
macos-capabilities
Expert guidance on macOS platform capabilities. Covers sandboxing, app extensions, menu bar apps, and background execution. Use when implementing system integration features.
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.
watchOS
watchOS development guidance including SwiftUI for Watch, Watch Connectivity, complications, and watch-specific UI patterns. Use for watchOS code review, best practices, or Watch app development.
visionos-widgets
visionOS widget patterns including mounting styles, glass/paper textures, proximity-aware layouts, and spatial widget families. Use when creating or adapting widgets for visionOS.
test-data-factory
Generate test fixture factories for your models. Builder pattern and static factories for zero-boilerplate test data. Use when tests need sample data setup.
test-contract
Generate protocol/interface test suites that any implementation must pass. Define the contract once, test every implementation. Use when designing protocols or swapping implementations.
tdd-refactor-guard
Pre-refactor safety checklist. Verifies test coverage exists before AI modifies existing code. Use before asking AI to refactor anything.
tdd-feature
Red-green-refactor scaffold for building new features with TDD. Write failing tests first, then implement to pass. Use when building new features test-first.
tdd-bug-fix
Fix bugs using red-green-refactor — reproduce the bug as a failing test first, then fix it. Use when fixing bugs to ensure they never regress.
snapshot-test-setup
Set up SwiftUI visual regression testing with swift-snapshot-testing. Generates snapshot test boilerplate and CI configuration. Use for UI regression prevention.
integration-test-scaffold
Generate cross-module test harness with mock servers, in-memory stores, and test configuration. Use when testing networking + persistence + business logic together.