axiom-ios-integration
npx skills add https://github.com/fotescodev/ios-agent-skills --skill axiom-ios-integration
Agent 安装分布
Skill 文档
iOS System Integration Router
You MUST use this skill for ANY iOS system integration including Siri, Shortcuts, widgets, in-app purchases, camera, photo library, audio, axiom-haptics, and more.
When to Use
Use this router for:
- Siri & Shortcuts (App Intents)
- Apple Intelligence integration
- Widgets & Live Activities
- In-app purchases (StoreKit)
- Camera capture (AVCaptureSession)
- Photo library & pickers (PHPicker, PhotosPicker)
- Audio & haptics
- Localization
- Privacy & permissions
- Spotlight search
- App discoverability
- Background processing (BGTaskScheduler)
- Location services (Core Location)
Routing Logic
Apple Intelligence & Siri
App Intents â /skill axiom-app-intents-ref
App Shortcuts â /skill axiom-app-shortcuts-ref
App discoverability â /skill axiom-app-discoverability
Core Spotlight â /skill axiom-core-spotlight-ref
Widgets & Extensions
Widgets/Live Activities â /skill axiom-extensions-widgets
Widget reference â /skill axiom-extensions-widgets-ref
In-App Purchases
IAP implementation â /skill axiom-in-app-purchases
StoreKit 2 reference â /skill axiom-storekit-ref
Camera & Photos
Camera capture implementation â /skill axiom-camera-capture
Camera API reference â /skill axiom-camera-capture-ref
Camera debugging â /skill axiom-camera-capture-diag
Photo pickers & library â /skill axiom-photo-library
Photo library API reference â /skill axiom-photo-library-ref
Audio & Haptics
Audio (AVFoundation) â /skill axiom-avfoundation-ref
Haptics â /skill axiom-haptics
Now Playing â /skill axiom-now-playing
CarPlay Now Playing â /skill axiom-now-playing-carplay
MusicKit integration â /skill axiom-now-playing-musickit
Localization & Privacy
Localization â /skill axiom-localization
Privacy UX â /skill axiom-privacy-ux
Background Processing
BGTaskScheduler implementation â /skill axiom-background-processing
Background task debugging â /skill axiom-background-processing-diag
Background task API reference â /skill axiom-background-processing-ref
Location Services
Implementation patterns â /skill axiom-core-location
API reference â /skill axiom-core-location-ref
Debugging location issues â /skill axiom-core-location-diag
Decision Tree
User asks about system integration
ââ Siri/Shortcuts?
â ââ App Intents? â app-intents-ref
â ââ App Shortcuts? â app-shortcuts-ref
â ââ Discovery? â app-discoverability
â
ââ Widgets/Extensions? â extensions-widgets
â
ââ In-app purchases? â in-app-purchases
â
ââ Camera/Photos?
â ââ Camera capture (AVCaptureSession)?
â â ââ Implementation patterns? â camera-capture
â â ââ Not working/debugging? â camera-capture-diag
â â ââ API reference? â camera-capture-ref
â ââ Photo picking/library?
â ââ Implementation patterns? â photo-library
â ââ API reference? â photo-library-ref
â
ââ Audio?
â ââ AVFoundation? â avfoundation-ref
â ââ Now Playing? â now-playing
â ââ CarPlay? â now-playing-carplay
â ââ MusicKit? â now-playing-musickit
â
ââ Haptics? â haptics
â
ââ Localization? â localization
â
ââ Privacy? â privacy-ux
â
ââ Background processing?
â ââ Implementation patterns? â background-processing
â ââ Task not running/debugging? â background-processing-diag
â ââ API reference? â background-processing-ref
â
ââ Location services?
ââ Implementation patterns? â core-location
ââ Not working/debugging? â core-location-diag
ââ API reference? â core-location-ref
Example Invocations
User: “How do I add Siri support for my app?”
â Invoke: /skill axiom-app-intents-ref
User: “My widget isn’t updating”
â Invoke: /skill axiom-extensions-widgets
User: “Implement in-app purchases with StoreKit 2”
â Invoke: /skill axiom-in-app-purchases
User: “How do I localize my app strings?”
â Invoke: /skill axiom-localization
User: “Implement haptic feedback for button taps”
â Invoke: /skill axiom-haptics
User: “How do I set up a camera preview?”
â Invoke: /skill axiom-camera-capture
User: “Camera freezes when I get a phone call”
â Invoke: /skill axiom-camera-capture-diag
User: “What is RotationCoordinator?”
â Invoke: /skill axiom-camera-capture-ref
User: “How do I let users pick photos in SwiftUI?”
â Invoke: /skill axiom-photo-library
User: “User can’t see their photos after granting access”
â Invoke: /skill axiom-photo-library
User: “How do I save a photo to the camera roll?”
â Invoke: /skill axiom-photo-library
User: “My background task never runs”
â Invoke: /skill axiom-background-processing-diag
User: “How do I implement BGTaskScheduler?”
â Invoke: /skill axiom-background-processing
User: “What’s the difference between BGAppRefreshTask and BGProcessingTask?”
â Invoke: /skill axiom-background-processing-ref
User: “How do I implement geofencing?”
â Invoke: /skill axiom-core-location
User: “Location updates not working in background”
â Invoke: /skill axiom-core-location-diag
User: “What is CLServiceSession?”
â Invoke: /skill axiom-core-location-ref