What problem does it solve?
This skill provides the definitive framework for implementing, testing, and evaluating Apple Intelligence and on-device AI features, preventing common architectural pitfalls and runtime failures.
Core Features & Use Cases
- Foundation Models Integration: Standardizes the use of LanguageModelSession, @Generable structured output, and Tool protocol integration.
- Evaluation-Driven Development: Provides a robust suite for designing datasets, calibrating model-as-judge evaluators, and measuring AI performance.
- Use Case: Use this skill when building a messaging app that requires on-device suggested replies or when implementing custom LLM-scale features that must adhere to Apple's strict guardrails and context limits.
Quick Start
Use the axiom-ai skill to implement a LanguageModelSession for structured data generation using the @Generable protocol.