apple-intelligence-suggestions

Index meetings and notes with CoreSpotlight and NSUserActivity donations for system-wide search.

5|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/nsnguyen/ios_app_rag_calendar --skill apple-intelligence-suggestions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-intelligence-suggestions
Source: https://github.com/nsnguyen/ios_app_rag_calendar/tree/main/.claude/skills/apple-intelligence-suggestions
Command: npx skills add https://github.com/nsnguyen/ios_app_rag_calendar --skill apple-intelligence-suggestions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Applications struggle to surface content system-wide. This Skill enables CoreSpotlight indexing, NSUserActivity donations, and proactive suggestions to make meetings and notes discoverable in Spotlight, on the lock screen, and via Siri Suggestions.

Core Features & Use Cases

  • CoreSpotlight Indexing: Index meetings and notes with rich metadata to appear in Spotlight search results.
  • NSUserActivity Donations & App Intents: Donate user activities and intents to keep content fresh and surfaced proactively.
  • Deep Linking & Suggestions: Support deep links from Spotlight and proactive content suggestions across the system.

Quick Start

Enable CoreSpotlight indexing and NSUserActivity donations for Meeting and Note items, and donate activities when users view content.

Frequently Asked Questions about apple-intelligence-suggestions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I index meetings and notes for Spotlight search using CoreSpotlight?

Index meetings and notes for Spotlight search using CoreSpotlight APIs by applying rich metadata to each item. This makes your app content discoverable directly within system-wide Spotlight search results.

How do NSUserActivity donations improve Siri Suggestions for app content?

NSUserActivity donations improve Siri Suggestions by signaling user engagement with app content. Donating activities when users view content keeps it fresh and surfaces it proactively on the lock screen and via Siri Suggestions.

What's the best way to handle item lifecycle management for CoreSpotlight indexing?

Handle CoreSpotlight item lifecycle management by properly updating and deleting indexed items as they change. This ensures Spotlight search results and Siri Suggestions accurately reflect current app content without stale entries.

Can I use proactive App Intents to surface content on the lock screen?

Yes, you can use proactive App Intents alongside CoreSpotlight indexing and NSUserActivity donations to surface app content on the lock screen. This combination enables deep links and real-time content suggestions across the system.

Why are my Spotlight search results not showing updated app content?

Spotlight search results fail to show updated content without proper item lifecycle management. You must apply CoreSpotlight updates and deletions whenever meetings or notes change to keep system-wide search results accurate.

Do I need deep linking to support Spotlight intelligence for my notes app?

Yes, you need deep linking to support Spotlight intelligence for notes. Deep links connect Spotlight search results and Siri Suggestions directly to your app content, enabling seamless navigation from system surfaces.