background-processing
FeaturedGenerates background processing infrastructure with BGTaskScheduler, background refresh, background downloads, and silent push handling. Use when user needs background tasks, periodic refresh, background URLSession downloads, or silent push notification processing.
Install
Quality Score: 96/100
Skill Content
Details
- Author
- rshankras
- Repository
- rshankras/claude-code-apple-skills
- Created
- 9 months ago
- Last Updated
- 3 days ago
- Language
- Swift
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
background-jobs
Model long-running or scheduled work as background jobs — never inline in a request handler. Use for batch processing, PDF generation, reminders, or payroll run processing.
background-jobs
Use when designing asynchronous job processing. Covers queue selection, idempotency, retry and backoff policy, scheduling, poison messages, and observability for work that happens outside the request.
background-job
Implements idempotent background jobs for batch processing, reminders, and async work. Use when work must not run inline in a request.