Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-ml/axiom-ios-ai-charleswiltgen-axiom/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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**:

What's inside
Steps it walks through
  1. When to Use
  2. Routing Logic
  3. Foundation Models Work
  4. Decision Tree
  5. Critical Patterns
  6. Example Invocations
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going