bydpearson2699· 58 skills
Schedule and execute background work on iOS using BGTaskScheduler. Use when registering BGAppRefreshTask for short background fetches, BGProcessingTask for long-running maintenance, BGContinuedProcessingTask (iOS 26+) for foreground-started work that continues in background, background URLSession downloads, or background push notifications. Covers Info.plist configuration, expiration handling, task completion, and debugging with simulated launches.
$npx -y skills add dpearson2699/swift-ios-skills --skill background-processingInstalls into the current project.
Run `npx skills use "https://github.com/dpearson2699/swift-ios-skills" --skill "dpearson2699/swift-ios-skills/background-processing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dpearson2699/swift-ios-skills" that are relevant to the current task. Run `npx skills add "https://github.com/dpearson2699/swift-ios-skills"` and select the relevant skills, then follow their instructions.