Apple-skills backgroundtasks

API reference: BackgroundTasks. Query for BGTaskScheduler, app refresh, background processing.

install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/backgroundtasks" ~/.claude/skills/vabole-apple-skills-backgroundtasks && rm -rf "$T"
manifest: skills/backgroundtasks/SKILL.md
source content

BackgroundTasks Documentation

Search these docs to answer questions about background task APIs.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details

Files

  • backgroundtasks-index.md
    - Framework overview, task types
  • bgtaskscheduler.md
    - Task scheduling and registration