axiom-ios-ai
Use when implementing ANY Apple Intelligence or on-device AI feature. Covers Foundation Models, @Generable, LanguageModelSession, structured output, Tool protocol, iOS 26 AI integration.
npx skills add majiayu000/claude-skill-registry --skill axiom-ios-ai-charleswiltgen-axiom --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# iOS Apple Intelligence Router **You MUST use this skill for ANY Apple Intelligence or Foundation Models work.** ## When to Use Use this router when: - Implementing Apple Intelligence features - Using Foundation Models - Working with LanguageModelSession - Generating structured output with @Generable - Debugging AI generation issues - iOS 26 on-device AI ## Routing Logic ### Foundation Models Work **Implementation patterns** → `/skill axiom-foundation-models` - LanguageModelSession basics - @Generable structured output - Tool protocol integration - Streaming with PartiallyGenerated - Dynamic schemas - 26 WWDC code examples **API reference** → `/skill axiom-foundation-models-ref` - Complete API documentation - All @Generable examples - Tool protocol patterns - Streaming generation patterns **Diagnostics** → `/skill axiom-foundation-models-diag` - AI response blocked - Generation slow - Guardrail violations - Context limits exceeded - Model unavailable ## Decision Tree ``` User asks about Apple Intelligence ├─ Implementing? → foundation-models ├─ Need API reference? → foundation-models-ref └─ Debugging issues? → foundation-models-diag ``` ## Critical Patterns **foundation-models**:
- When to Use
- Routing Logic
- Foundation Models Work
- Decision Tree
- Critical Patterns
- Example Invocations
What does the axiom-ios-ai skill do?
Use when implementing ANY Apple Intelligence or on-device AI feature. Covers Foundation Models, @Generable, LanguageModelSession, structured output, Tool protocol, iOS 26 AI integration.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill axiom-ios-ai-charleswiltgen-axiom --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
