Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Background Processing

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
80
Score

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.

iosbackground-processingbgtaskschedulerbackground-taskswiftuikitswiftui
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdbackground-processing/workflow
1. Configure `Info.plist` with `BGTaskSchedulerPermittedIdentifiers` and `UIBackgroundModes`.
2. Register background task handlers using `BGTaskScheduler.shared.register` in `application(_:didFinishLaunchingWithOptions:)` or the `App` initializer.
3. Create a `BGTaskRequest` (e.g., `BGAppRefreshTaskRequest`, `BGProcessingTaskRequest`, `BGContinuedProcessingTaskRequest`) with the appropriate identifier and constraints.
4. Submit the task request using `BGTaskScheduler.shared.submit`.
5. Implement the task handler, performing the necessary background work.
6. Handle task expiration using the `expirationHandler`.
7. Call `task.setTaskCompleted(success:)` to signal task completion.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Background Processing
background-processing
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
schedule background tasks on iOSuse BGTaskScheduler in Swiftimplement background app refreshperform database cleanup in the backgroundhandle background URLSession downloadsrespond to background push notificationsconfigure Info.plist for background taskscontinue foreground processing in the background

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download background-processing
$ synaptic skills detail background-processing
$ synaptic skills live background-processing

Links

GitHub Repository