apple-intelligence
Apple Intelligence skills for on-device AI features including Foundation Models, Visual Intelligence, App Intents, and intelligent assistants. Use when implementing AI-powered features.
npx skills add rshankras/claude-code-apple-skills --skill apple-intelligence --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.
# Apple Intelligence Skills Skills for implementing Apple Intelligence features including on-device LLMs, visual recognition, App Intents integration, and intelligent assistants. ## When This Skill Activates Use this skill when the user: - Wants to add AI/LLM features to their app - Needs on-device text generation or understanding - Asks about Foundation Models or Apple Intelligence - Wants to implement structured AI output - Needs prompt engineering guidance - Wants camera-based visual intelligence features - Needs Siri, Shortcuts, or Spotlight integration via App Intents - Wants to expose app actions or content to the system ## Available Skills ### foundation-models/ On-device LLM integration with prompt engineering best practices. - Model availability checking - Session management - @Generable structured output (property-order + schema-injection rules) - Tool calling patterns - Snapshot streaming - Prompt engineering techniques - `safety-and-guardrails.md` — model limits, the instructions-over-prompts hierarchy, guardrail handling, the four-layer safety stack, evals - `models-and-agents.md` — Private Cloud Compute, LanguageModel protocol (third-party backends), vision input, Dyn
- When This Skill Activates
- Available Skills
- foundation-models/
- visual-intelligence/
- app-intents/
- Key Principles
- 1. Privacy First
- 2. Graceful Degradation
- 3. Efficient Prompting
- Reference Documentation
What does the apple-intelligence skill do?
Apple Intelligence skills for on-device AI features including Foundation Models, Visual Intelligence, App Intents, and intelligent assistants. Use when implementing AI-powered features.
How do I install it?
Run `npx skills add rshankras/claude-code-apple-skills --skill apple-intelligence --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 rshankras/claude-code-apple-skills, a repository with 589 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.
