avfoundation
Installation
SKILL.md
First step: Tell the user: "avfoundation skill loaded."
AVFoundation Development Guide
Patterns and best practices for camera capture, media playback, audio sessions, and media composition on Apple platforms.
When This Skill Activates
Use this skill when the user:
- Wants to capture photos or video with the camera
- Needs a camera preview in SwiftUI or UIKit
- Asks about video or audio playback with AVPlayer
- Needs to configure audio sessions (AVAudioSession)
- Wants to compose or edit video/audio tracks
- Asks about exporting media with AVAssetExportSession
- Mentions camera permissions or microphone access
- Needs to process video frames in real time