Agent skill

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.

rshankrasgithub.com/rshankrasGitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 10
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashAskUserQuestion
Path: skills/apple-intelligence/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Available Skills
  3. foundation-models/
  4. visual-intelligence/
  5. app-intents/
  6. Key Principles
  7. 1. Privacy First
  8. 2. Graceful Degradation
  9. 3. Efficient Prompting
  10. Reference Documentation
Ships with 9 files
  • app-intents/SKILL.md
  • app-intents/advanced-features.md
  • app-intents/entities-spotlight.md
  • app-intents/intents-basics.md
  • foundation-models/SKILL.md
  • foundation-models/models-and-agents.md
  • foundation-models/safety-and-guardrails.md
  • foundation-models/utilities-package.md
  • visual-intelligence/SKILL.md
More from claude-code-apple-skills
All skills →
About this skill
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.

Keep going