Apple-skills widgetkit

API reference: WidgetKit. Query for widget timelines, entries, providers, home/lock screen widgets.

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/widgetkit" ~/.claude/skills/vabole-apple-skills-widgetkit && rm -rf "$T"
manifest: skills/widgetkit/SKILL.md
source content

WidgetKit Documentation

Search these docs to answer questions about widget development.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details, e.g.:
    • widgetkit-overview.md
      for widget basics
    • widgetkit-timelineprovider.md
      for timeline providers

Files

  • widgetkit-overview.md
    - Framework overview and widget families
  • widgetkit-timelineentry.md
    - Timeline entry protocol
  • widgetkit-timelineprovider.md
    - Providing widget timeline data