Apple Foundation Models Claude Skill
Description
This repository contains comprehensive reference documentation and guidance for Apple's Foundation Models framework on iOS 26+ and macOS 26+. It serves as a complete skill guide for developers buildin
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Apple Foundation Models Skill – README
Overview
This repository contains comprehensive reference documentation and guidance for Apple's Foundation Models framework on iOS 26+ and macOS 26+. It serves as a complete skill guide for developers building on-device AI capabilities using Apple's on-device language models.
The goal of this project is to provide clear, organized documentation on how to:
- Integrate Apple's on-device language models using the FoundationModels framework
- Build and configure skills that leverage SystemLanguageModel for on-device inference
- Implement advanced patterns including guided generation, tool calling, and streaming responses
- Handle safety, localization, and performance considerations for on-device AI
The Skill Covers
- On-device LLM integration using the FoundationModels framework
- SystemLanguageModel – Apple's on-device language model API
- LanguageModelSession – Managing conversations and model interactions
- Guided Generation – Generating structured Swift types from prompts
- Tool Calling – Extending model capabilities with custom tools and integrations
- Prompting – Crafting effective prompts and system instructions
- Safety – Implementing guardrails and handling sensitive content
- Localization – Supporting multilingual AI features
- Performance – Optimization patterns and best practices
Requirements
- Xcode 17 or later with Foundation Models support
- iOS 26, iPadOS 26, macOS 26, or visionOS 26 (or later)
- Swift and SwiftUI basic knowledge (for implementation)
- Device or simulator that supports Apple Intelligence and the Foundation Models framework
Installation
Install as a Claude Code Skill
This skill is available in the Claude Code marketplace. To install it:
/plugin marketplace add Eyadkelleh/apple_foundation_models_claude_skill
Then install the skill:
/plugin install apple-foundation-models@apple-foundation-models-marketplace
On
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation