What problem does it solve?
This Skill helps you quickly find correct answers about WidgetKit APIs and concepts so you can implement widgets without guessing how timelines, entries, and providers should work.
Core Features & Use Cases
- WidgetKit API lookup: Finds guidance for core protocols and types like
TimelineProvider, TimelineEntry, and WidgetCenter.
- Timeline & relevance understanding: Clarifies how snapshots, timelines, refresh policies, and relevance clues affect updates.
- Widget structure reference: Supports building widget extensions, configuring widget families, and understanding widget creation patterns.
- Use case: When your widget shows stale data, use this Skill to determine the right timeline strategy (snapshot vs timeline, refresh policy, and reload triggers) for your update needs.
Quick Start
Ask the AI: “Using WidgetKit, how should I implement a TimelineProvider that updates a widget efficiently with the right refresh policy and relevance strategy?”