What problem does it solve?
This Skill helps you select and deploy on-device AI options on Apple Silicon so you can build fast, private, reliable AI features without guessing the right framework or setup.
Core Features & Use Cases
- Framework selection for on-device LLMs: Pick Foundation Models (iOS 26+/Apple Intelligence), Core ML for custom models, MLX Swift for high-throughput open-source inference, or llama.cpp for GGUF-based cross-platform inference.
- Structured generation and tool calling: Use Foundation Models sessions with @Generable schemas for type-safe structured output and Tool protocol for autonomous tool execution.
- Performance and optimization guidance: Apply Core ML model conversion, quantization/palettization/pruning, and backend routing patterns to meet latency and resource constraints.
- Use-case fit and safety-first deployment: Handle availability checks, guardrails, session lifecycle, and fallbacks to avoid crashes on unsupported devices.
Quick Start
Use the apple-on-device-ai skill to design an on-device AI backend plan that matches your iOS version and model type, and includes an availability-checked fallback path.