Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
charleswiltgen avatar

Axiom Integration

  • 682 installs
  • 1.1k repo stars
  • Updated August 3, 2026
  • charleswiltgen/axiom

axiom-integration is a Claude Code skill that guides developers through wiring Siri, Shortcuts, widgets, StoreKit, EventKit, Live Activities, and other Apple system APIs into iOS apps using the Axiom playbook and linked

About

axiom-integration is a Mobile Development skill from charleswiltgen/axiom that provides a playbook for any iOS system feature integration. The skill routes tasks to reference docs for App Intents, WidgetKit, StoreKit, EventKit, Contacts, background tasks, push notifications, localization, and privacy requirements. Developers reach for axiom-integration when adding Siri phrases, home-screen widgets, in-app purchases, calendar access, or Live Activities and need stack-correct Swift patterns instead of scattered Apple documentation. The readme mandates using this skill for every iOS system integration, making it a cross-cutting guide across multiple build milestones rather than a one-off snippet.

  • Mandatory entry point for ANY iOS system integration including Siri, Shortcuts, widgets, IAP, and push
  • Quick-reference table routing tasks to app-intents, widgets, live-activities, StoreKit, and EventKit skill files
  • Covers App Intents, WidgetKit, Live Activities, Core Spotlight, background tasks, and localization/privacy touchpoints
  • Redirects Apple Pay physical-goods flows to the separate axiom-payments skill

Axiom Integration by the numbers

  • 682 all-time installs (skills.sh)
  • Ranked #268 of 1,039 Mobile Development skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-integration

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs682
repo stars1.1k
Security audit3 / 3 scanners passed
Last updatedAugust 3, 2026
Repositorycharleswiltgen/axiom

How do you integrate Siri and widgets in iOS?

Wire Siri, Shortcuts, widgets, StoreKit, EventKit, Live Activities, and other Apple system APIs into an iOS app using the Axiom integration playbook and linked reference docs.

Who is it for?

iOS developers implementing Siri, Shortcuts, widgets, IAP, push, or calendar features who want a structured Axiom playbook instead of ad hoc Apple doc searches.

Skip if: Android or cross-platform Flutter teams with no native SwiftUI or UIKit system API requirements.

When should I use this skill?

A developer asks to add Siri App Intents, home-screen widgets, StoreKit purchases, Live Activities, or other Apple system APIs to an iOS app.

What you get

Swift integration code, entitlements, Info.plist keys, and linked reference implementations for targeted Apple system APIs.

  • Swift integration modules
  • Entitlements and plist entries
  • Linked reference implementations

By the numbers

  • Routes integrations through 10+ Apple system API areas including App Intents, WidgetKit, and StoreKit

Files

SKILL.mdMarkdownGitHub ↗

iOS System Integration

You MUST use this skill for ANY iOS system integration including Siri, Shortcuts, widgets, in-app purchases, background tasks, push notifications, and more.

Quick Reference

Symptom / TaskReference
Siri, App Intents, entity queriesSee skills/app-intents-ref.md
App Shortcuts, phrases, SpotlightSee skills/app-shortcuts-ref.md
App discoverability strategySee skills/app-discoverability.md
Core Spotlight indexingSee skills/core-spotlight-ref.md
LLM search over app content, SpotlightSearchToolSee skills/core-spotlight-ref.md
Widgets, Control Center controlsSee skills/extensions-widgets.md
Widget API referenceSee skills/extensions-widgets-ref.md
Live Activities, Dynamic Island, push-to-start, broadcastSee skills/live-activities.md
Live Activities / ActivityKit API referenceSee skills/live-activities-ref.md
Apple Pay (physical goods, services, donations)Use `axiom-payments` instead
In-app purchases, subscriptionsSee skills/in-app-purchases.md
StoreKit 2 API referenceSee skills/storekit-ref.md
Commitment billing plans, subscription bundles/suites, group/volume subscriptions, retention offers, offer codesSee skills/storekit-ref.md
In-game content (Unity plug-ins, asset packs + IAP)See skills/in-app-purchases.md, skills/background-assets.md
Calendar events, reminders (EventKit)See skills/eventkit.md
EventKit API referenceSee skills/eventkit-ref.md
Contacts, contact pickerSee skills/contacts.md
Contacts API referenceSee skills/contacts-ref.md
Localization, String CatalogsSee skills/localization.md
Apple terminology matching, glossary, pseudolocalization, TMSSee skills/localization-research-ref.md
Privacy manifests, permissions UXSee skills/privacy-ux.md
Bluetooth/Wi-Fi accessory pairing (AccessorySetupKit, iOS 18+)See skills/accessorysetupkit.md
AccessorySetupKit API (descriptor fields, events, auth-settings flow)See skills/accessorysetupkit-ref.md
Measure distance/direction to a paired accessory (Bluetooth Channel Sounding, iOS 27)See skills/accessorysetupkit-ref.md (Part 7)
Weather data, forecasts, attribution (WeatherKit)See skills/weatherkit.md
VoIP calls, CallKit, VoIP push, caller ID/blockingSee skills/callkit-livecommunicationkit.md
CallKit / LiveCommunicationKit / IdentityLookup API referenceSee skills/callkit-livecommunicationkit-ref.md
AlarmKit (iOS 26+)See skills/alarmkit-ref.md
Timer patterns, schedulingSee skills/timer-patterns.md
Timer API referenceSee skills/timer-patterns-ref.md
Background tasks, BGTaskSchedulerSee skills/background-processing.md
Background task debuggingSee skills/background-processing-diag.md
Background task API referenceSee skills/background-processing-ref.md
Background Assets (large content delivery, FM adapter shipping, Apple-hosted vs server-hosted)See skills/background-assets.md
Background Assets API reference (incl. localized asset packs, Steam conversion)See skills/background-assets-ref.md
On-Demand Resources migration (deprecated in 27)See skills/background-assets.md
Push notifications, APNsSee skills/push-notifications.md
Push notification debuggingSee skills/push-notifications-diag.md
Push notification API referenceSee skills/push-notifications-ref.md

Decision Tree

digraph integration {
    start [label="Integration task" shape=ellipse];
    what [label="Which system feature?" shape=diamond];

    start -> what;
    what -> "skills/app-intents-ref.md" [label="Siri / App Intents"];
    what -> "skills/app-shortcuts-ref.md" [label="Shortcuts / phrases"];
    what -> "skills/app-discoverability.md" [label="discoverability\nstrategy"];
    what -> "skills/extensions-widgets.md" [label="widgets /\nControl Center"];
    what -> "skills/live-activities.md" [label="Live Activities /\nDynamic Island"];
    what -> "skills/in-app-purchases.md" [label="IAP / subscriptions"];
    what -> "skills/eventkit.md" [label="calendar / reminders"];
    what -> "skills/contacts.md" [label="contacts"];
    what -> "skills/localization.md" [label="localization"];
    what -> "skills/privacy-ux.md" [label="privacy / permissions"];
    what -> "skills/accessorysetupkit.md" [label="accessory pairing\n(Bluetooth/Wi-Fi)"];
    what -> "skills/weatherkit.md" [label="weather / forecasts"];
    what -> "skills/callkit-livecommunicationkit.md" [label="VoIP calls /\ncaller ID"];
    what -> "skills/alarmkit-ref.md" [label="alarms (iOS 26+)"];
    what -> "skills/timer-patterns.md" [label="timers"];
    what -> "skills/background-processing.md" [label="background tasks"];
    what -> "skills/background-assets.md" [label="large asset delivery /\nFM adapter shipping"];
    what -> "skills/push-notifications.md" [label="push notifications"];
}

1. Siri / App Intents / entity queries? → skills/app-intents-ref.md 2. App Shortcuts / phrases? → skills/app-shortcuts-ref.md 3. App discoverability / Spotlight strategy? → skills/app-discoverability.md, skills/core-spotlight-ref.md 3a. LLM search over your app's index (SpotlightSearchTool, LanguageModelSession tool-calling)? → skills/core-spotlight-ref.md 4. Widgets / Control Center controls? → skills/extensions-widgets.md, skills/extensions-widgets-ref.md 4a. Live Activities / Dynamic Island / push-to-start / broadcast? → skills/live-activities.md, skills/live-activities-ref.md 5. In-app purchases / StoreKit? → skills/in-app-purchases.md, skills/storekit-ref.md 5a. Subscription billing plans (12-month commitment), bundles/suites, group/volume purchasing, retention offers, offer-code redemption? → skills/storekit-ref.md 6. Calendar / reminders / EventKit? → skills/eventkit.md, skills/eventkit-ref.md 7. Contacts / contact picker? → skills/contacts.md, skills/contacts-ref.md 8. Localization mechanics (String Catalogs, plurals, RTL)? → skills/localization.md 8a. Localization research (Apple terminology, glossary, pseudolocalization, TMS)? → skills/localization-research-ref.md 9. Privacy / permissions? → skills/privacy-ux.md 10. Alarms (iOS 26+)? → skills/alarmkit-ref.md 10a. Bluetooth/Wi-Fi accessory pairing (iOS 18+)? → skills/accessorysetupkit.md 10b. Weather data / forecasts / attribution (WeatherKit)? → skills/weatherkit.md 10c. VoIP calls / CallKit / VoIP push / caller ID / blocking? → skills/callkit-livecommunicationkit.md 11. Timers? → skills/timer-patterns.md, skills/timer-patterns-ref.md 12. Background tasks / BGTaskScheduler? → skills/background-processing.md, skills/background-processing-diag.md, skills/background-processing-ref.md 12a. Large asset delivery (game packs, localized asset packs, ML models, Foundation Models adapters, ODR migration)? → skills/background-assets.md, skills/background-assets-ref.md 13. Push notifications? → skills/push-notifications.md, skills/push-notifications-diag.md, skills/push-notifications-ref.md 14. Want IAP audit? → Launch iap-auditor agent 15. Want full IAP implementation? → Launch iap-implementation agent 16. Camera / photos / audio / haptics / ShazamKit? → Use `axiom-media` instead

Cross-Domain Routing

Widget + data sync (widget not showing updated data):

  • Widget timeline not refreshing → stay here (extensions-widgets)
  • SwiftData/Core Data not shared with extension → also invoke axiom-data (App Groups)

App Intents + security (lock-screen intent risk, prompt injection via Siri):

  • Intent/schema API surface → stay here (app-intents-ref)
  • Threat modeling, authenticationPolicy gating, schema risk metadata → also invoke axiom-security (skills/agentic-security.md)

Live Activity + push notification:

  • ActivityKit push token / broadcast setup → stay here (live-activities)
  • Push delivery failures → also invoke axiom-networking (networking-diag)
  • Entitlements/certificates → also invoke axiom-build

VoIP push + CallKit (VoIP app killed / pushes stopped arriving):

  • VoIP push must report a call to CallKit → stay here (callkit-livecommunicationkit, Part 1)
  • PushKit token vs APNs delivery → stay here (push-notifications for the APNs contrast)
  • Call audio silent/misrouted → also invoke axiom-media (AVAudioSession category)

Push + background processing (silent push not triggering background work):

  • Push payload and delivery → stay here (push-notifications-diag)
  • BGTaskScheduler execution → stay here (background-processing)

In-game content (StoreKit + Background Assets, Unity plug-ins):

  • Asset packs, IAP mechanics, payment sheet, mock server → stay here (background-assets, in-app-purchases)
  • Game input, rendering, game-side performance → also invoke axiom-games / axiom-graphics

Calendar/Contacts + data sync:

  • EventKit/Contacts data issues → stay here
  • Shared data with widget via App Groups → also invoke axiom-data
watchOS surfaces
  • Complications + Smart Stack widgets → See axiom-watchos (skills/smart-stack-and-complications.md)
  • Live Activities on Apple Watch → See axiom-watchos (skills/controls-and-live-activities.md)

Conflict Resolution

integration vs axiom-build: When system features fail with entitlement/certificate errors:

  • Use axiom-build for signing and provisioning issues
  • Use integration for API usage and permission patterns

integration vs axiom-data: When widgets or extensions can't access shared data:

  • App Groups and shared containers → axiom-data
  • Specifically: GRDB/SQLite database shared with widget/extension/Live Activity → See axiom-data (skills/grdb-app-groups.md)
  • Widget timeline, Live Activity updates → integration

integration vs axiom-media: When media features overlap with system features:

  • Camera/photo/audio/haptics code → axiom-media
  • Privacy manifests for camera/microphone → stay here (privacy-ux)
  • Background audio mode → stay here (background-processing)

Anti-Rationalization

ThoughtReality
"App Intents are just a protocol conformance"App Intents have parameter validation, entity queries, and background execution.
"Widgets are simple, I've done them before"Widgets have timeline, interactivity, and Live Activity patterns that evolve yearly.
"Localization is just String Catalogs"Xcode 26 has type-safe localization, generated symbols, and #bundle macro.
"Push notifications are just a payload and a token"Token lifecycle, Focus levels, service extension gotchas cause 80% of push bugs.
"I'll just bundle the assets, it's simpler"Bundling ≥10 MB inflates first-install size and pays the cost every update. Background Assets ships with App Store install-progress integration; FM adapters can't be bundled at all. See skills/background-assets.md.
"I'll use URLSession for the asset download"URLSession doesn't integrate with App Store install progress, charging-aware scheduling, or per-app quota — and can't reach Apple-hosted asset packs at all. Background Assets is the supported channel.
"On-Demand Resources still works fine"The entire NSBundleResourceRequest family is deprecated in the 27 SDKs ("Use Background Assets instead"). Migrate ODR tags to asset packs. See skills/background-assets.md.
"Just request full Calendar access"Most apps only need to add events — EventKitUI does that with zero permissions.
"I'll request Bluetooth permission and scan for the accessory"AccessorySetupKit (iOS 18+) pairs in one tap with no broad Bluetooth prompt and grants scoped BT+Wi-Fi access. See skills/accessorysetupkit.md.
"I'll process the VoIP push, then report the call when ready"iOS terminates your app and stops delivering VoIP pushes if a push doesn't report a call before completion. Report first, fetch after. See skills/callkit-livecommunicationkit.md.
"I'll activate the audio session when the call connects"CallKit owns the audio session — activate only in provider(_:didActivate:) or audio is silent/misrouted. See skills/callkit-livecommunicationkit.md.
"I'll use CNContactStore directly for picking"CNContactPickerViewController needs no authorization and shows all contacts.

Example Invocations

User: "How do I add Siri support?" → Read: skills/app-intents-ref.md

User: "My widget isn't updating" → Read: skills/extensions-widgets.md

User: "My Live Activity won't update" / "How do I add a Dynamic Island?" / "Broadcast scores to thousands of Live Activities" → Read: skills/live-activities.md

User: "Implement in-app purchases with StoreKit 2" → Read: skills/in-app-purchases.md

User: "Offer a monthly plan with a 12-month commitment" / "Sell subscription seats to teams" → Read: skills/storekit-ref.md

User: "Deliver level packs only in the player's language" / "Convert my Steam depots to asset packs" → Read: skills/background-assets-ref.md

User: "Let the on-device model answer questions about my app's content" → Read: skills/core-spotlight-ref.md

User: "How do I implement push notifications?" → Read: skills/push-notifications.md

User: "Push notifications work in dev but not production" → Read: skills/push-notifications-diag.md

User: "My background task never runs" → Read: skills/background-processing-diag.md

User: "How do I add an event to the user's calendar?" → Read: skills/eventkit.md

User: "How do I let users pick a contact?" → Read: skills/contacts.md

User: "How do I pair a Bluetooth accessory without the permission prompt?" → Read: skills/accessorysetupkit.md

User: "How do I show the weather forecast with WeatherKit?" / "Why was my weather app rejected?" → Read: skills/weatherkit.md

User: "My VoIP app gets killed" / "How do I handle CallKit incoming calls?" / "How do I block spam callers?" → Read: skills/callkit-livecommunicationkit.md

User: "Review my in-app purchase implementation" → Launch: iap-auditor agent

Related skills

FAQ

Which Apple APIs does axiom-integration cover?

axiom-integration covers Siri and App Intents, Shortcuts, WidgetKit widgets, StoreKit in-app purchases, EventKit, Contacts, background tasks, push notifications, localization, privacy, alarms, and Live Activities.

When must developers use axiom-integration?

Developers must use axiom-integration for any iOS system integration per the skill readme, which directs each symptom or task to a linked reference such as app-intents-ref.md or WidgetKit guides.

Is Axiom Integration safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Mobile Developmentintegrationsfrontend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.