axiom-app-discoverability

Expose app functionality and content across iOS discoverability systems.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/pradeepmouli/swift-template --skill axiom-app-discoverability-pradeepmouli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-app-discoverability
Source: https://github.com/pradeepmouli/swift-template/tree/main/.agents/skills/axiom-app-discoverability
Command: npx skills add https://github.com/pradeepmouli/swift-template --skill axiom-app-discoverability-pradeepmouli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple iOS APIs to surface your app in Spotlight, Siri suggestions, and system experiences by implementing a six-step strategy that ties App Intents, App Shortcuts, Core Spotlight, and NSUserActivity together.

Core Features & Use Cases

  • App Intents enable exposing actionable functionality that can surface through search and shortcuts.
  • App Shortcuts provide suggested phrases to ensure immediate availability after install.
  • Core Spotlight indexing makes high-value app content discoverable across system searches.
  • NSUserActivity integration accelerates prediction and deep linking, linking interfaces to app intents.

Quick Start

Follow the six-step strategy to surface your app in Spotlight and Siri by implementing App Intents, App Shortcuts, Core Spotlight indexing, and NSUserActivity integration.

Frequently Asked Questions about axiom-app-discoverability

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

FAQPage Schema
How do I make my app content surface in iOS Spotlight and Siri suggestions?

To surface app content in iOS Spotlight and Siri suggestions, use a multi-API strategy integrating Core Spotlight indexing and NSUserActivity to expose actions and content throughout iOS system surfaces.

What is the best way to combine App Intents and NSUserActivity for Siri discoverability?

The best way to combine App Intents and NSUserActivity for Siri discoverability is establishing strong linking between activities and intents, which accelerates prediction and deep linking while exposing actionable functionality.

How do App Shortcuts expose app functionality immediately after install?

App Shortcuts expose app functionality immediately after install by providing suggested phrases to Siri, ensuring your app's actionable features are available across iOS surfaces without requiring initial user setup.

When do I need to use Core Spotlight indexing over NSUserActivity?

Use Core Spotlight indexing over NSUserActivity when you need high-value app content to be discoverable across system searches, whereas NSUserActivity primarily accelerates prediction and deep linking for user interactions.

Does implementing a multi-API iOS discoverability strategy require dependencies?

Implementing a multi-API iOS discoverability strategy across App Intents, App Shortcuts, Core Spotlight, and NSUserActivity does not require external dependencies, applying actionable metadata and correct surface content natively.

Why is my app not showing up in Spotlight search despite implementing App Intents?

If your app is not showing up in Spotlight search despite implementing App Intents, you likely lack a coordinated strategy tying Core Spotlight indexing and NSUserActivity together to apply correct surface content and actionable metadata.