skillfed

axiom-integration

This router guides you to focused integration guides for every major iOS system capability. Whether you're adding Siri commands, building widgets, handling in-app purchases, managing calendar events, or implementing push notifications, axiom-integration points you to the right reference material. It covers App Intents, StoreKit, EventKit, Contacts, WidgetKit, and background processing patterns.

axiom-integration helps you build iOS system features including Siri, widgets, in-app purchases, and push notifications.

AI-generated summary based on this skill's SKILL.md

1,095 81 MIT updated by CharlesWiltgen

Install

CharlesWiltgen/Axiom/axiom-integration · repository language: Go

CLI (skillfed)coming soon
git clone https://github.com/CharlesWiltgen/Axiom
cp -r Axiom/axiom-codex/skills/axiom-integration ~/.claude/skills/axiom-integration

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I add Siri support to my iOS app?

axiom-integration guides you through App Intents framework to expose your app's functionality to Siri. You define intents, parameters, and entity queries so users can invoke actions by voice. The skill routes you to setup instructions, entity resolution patterns, and shortcuts integration examples.

How does axiom-integration help implement widgets and Control Center controls?

axiom-integration points you to WidgetKit patterns for home screen, lock screen, and Dynamic Island widgets, plus Control Center integration. You'll find references for timeline providers, interactive widgets, and live activities that update in real time across iOS surfaces.

What's the best approach to iOS push notifications setup and debugging?

axiom-integration covers both remote and local push notification flows, including CallKit for VoIP calls and background delivery modes. It includes debugging strategies, permission UX patterns, and connectivity fallbacks when internet isn't available.

How can axiom-integration help with StoreKit 2 in-app purchases and subscriptions?

axiom-integration routes you to StoreKit 2 implementation guides for one-time purchases and subscription billing. You'll find transaction handling, receipt validation, and subscription state management patterns to monetize your app reliably.

Does axiom-integration cover background processing and asset delivery?

Yes. axiom-integration guides you through BGTaskScheduler for background work, background assets for large file delivery, and EventKit for calendar and reminder integration. It also covers Core Spotlight indexing for on-device search.

What privacy and localization features does axiom-integration address?

axiom-integration covers privacy manifests, permission UX patterns, accessibility setup, and string catalogs for localization. It helps you meet privacy requirements, handle Bluetooth pairing, and support multiple languages across your app.

SKILL.md

rendered from the published skill — quoted content, verbatim

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.

<!-- AXIOM_AUDITOR_INLINE_BEGIN — auto-maintained by scripts/build-inlined-auditors.ts; do not hand-edit --> > Not on Claude Code? Where this router says "Launch some-auditor agent", read that auditor's file in this suite and follow it inline — the same procedure, needing only file search and read. > > Available here: skills/iap-auditor.md. > > Agents that need Bash — builds, tests, simulators, crash symbolication — stay Claude Code-only; there is no inline equivalent for those. <!-- AXIOM_AUDITOR_INLINE_END -->

Quick Reference

Symptom / Task Reference
Siri, App Intents, entity queries See skills/app-intents-ref.md
App Shortcuts, phrases,

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 15 files
axiom-codex/skills/axiom-integration/SKILL.md
axiom-codex/skills/axiom-integration/agents/openai.yaml
axiom-codex/skills/axiom-integration/skills/accessorysetupkit-ref.md
axiom-codex/skills/axiom-integration/skills/accessorysetupkit.md
axiom-codex/skills/axiom-integration/skills/alarmkit-ref.md
axiom-codex/skills/axiom-integration/skills/app-discoverability.md
axiom-codex/skills/axiom-integration/skills/app-intents-ref.md
axiom-codex/skills/axiom-integration/skills/app-shortcuts-ref.md
axiom-codex/skills/axiom-integration/skills/background-assets-ref.md
axiom-codex/skills/axiom-integration/skills/background-assets.md
axiom-codex/skills/axiom-integration/skills/background-processing-diag.md
axiom-codex/skills/axiom-integration/skills/background-processing-ref.md
axiom-codex/skills/axiom-integration/skills/background-processing.md
axiom-codex/skills/axiom-integration/skills/callkit-livecommunicationkit-ref.md
axiom-codex/skills/axiom-integration/skills/callkit-livecommunicationkit.md

Related skills

Tags

system-frameworks user-facing-features background-execution data-synchronization real-time-updates permission-handling cross-platform-sync notification-delivery content-discovery