ios-integration

Route iOS system integration requests to the appropriate sub-skill reference.

1.1k|81|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/CharlesWiltgen/Axiom --skill ios-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-integration
Source: https://github.com/CharlesWiltgen/Axiom/tree/main/.claude-plugin/plugins/axiom/skills/ios-integration
Command: npx skills add https://github.com/CharlesWiltgen/Axiom --skill ios-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A router guiding iOS system integrations (Siri, Shortcuts, widgets, AVFoundation, App Intents, localization, privacy, etc.).

Core Features & Use Cases

  • App Intents, App Shortcuts, WidgetKit, StoreKit integration guidance
  • Localization, privacy permissions, and Spotlight references
  • Haptics, audio, and Live Activities integration patterns

Quick Start

Prompt: "Add a Siri integration for a common app action using App Intents."

Frequently Asked Questions about ios-integration

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

FAQPage Schema
How do I route Siri and Shortcuts requests to the appropriate iOS integration?

Route iOS system integration requests by mapping Siri, Shortcuts, and App Intents to their corresponding sub-skill references. This Skill provides a decision-tree router that directs requests across Siri voice commands, Shortcuts automation, App Intents, WidgetKit, Live Activities, and other iOS frameworks to enable deterministic endpoint mapping and standardized workflows.

What iOS frameworks and features does this integration router cover?

This router covers Siri, Shortcuts, App Intents, WidgetKit, Live Activities, StoreKit, AVFoundation, Core Haptics, Spotlight, and app discoverability. It handles routing for intents, in-app purchases, media playback, haptic feedback, localization workflows, and privacy permission handling across these frameworks.

Can I use this router to handle localization and privacy permissions in iOS apps?

Yes. This router explicitly routes localization workflows and privacy permission handling tasks. It maps these requests to appropriate integration sub-skills, enabling standardized privacy permission workflows and localized app experiences across your iOS features.

How do I implement haptic feedback and audio playback through this router?

The router directs Core Haptics and AVFoundation requests to dedicated sub-skill references. Submit haptic or audio requests through the router's endpoint mapping, and it routes them to the correct integration sub-skill for haptic feedback generation or media playback control.

Does this router support in-app purchases and app discoverability?

Yes. This router covers StoreKit integration for in-app purchases and Spotlight routing for app discoverability. It maps these requests through explicit endpoint mapping to enable reusable purchase workflows and search-visibility integration.

What is the difference between using this router versus building integration logic directly?

This router provides standardized decision-tree routing and explicit endpoint mapping that enables deterministic, reusable iOS integration workflows. Direct logic lacks this centralized routing, leading to fragmented code. The router ensures consistent request handling across Siri, Shortcuts, widgets, and other frameworks.