/stream-swift create a SwiftUI chat app with Stream
/stream-swift add Video calling to my existing iOS UIKit project
/stream-swift wire up push notifications with CallKit for incoming calls
/stream-swift migrate my Sendbird chat integration to Streamstream-swift
/stream-swift builds, integrates, and migrates Stream Chat, Video and Feeds in Swift, SwiftUI, UIKit or Xcode projects, and answers how-to questions about the iOS SDKs.
It routes each request to the exact official iOS docs page, fetches it live, and applies it, so the code it writes matches the current SDK rather than training-data recall.
The router installs and dispatches to /stream-swift automatically when it detects a Swift or iOS signal (swift, swiftui, uikit, ios, xcode, .xcodeproj, Package.swift), or you can invoke it directly.
What it knows
- iOS lifecycle handling
- SwiftUI vs UIKit composition
- Swift Package Manager and CocoaPods integration patterns
- Xcode project structure
- Push notifications: APNs key, push-provider creation via the CLI, VoIP and CallKit for calls
- Voice and video permissions
- A Sendbird to Stream Chat migration runbook (the code and SDK swap; moving message history is handled by the shared data-migration flow in the router)
Example prompts
The pack's files live at skills/stream-swift/.