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.mdsource content
WidgetKit Documentation
Search these docs to answer questions about widget development.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details, e.g.:
for widget basicswidgetkit-overview.md
for timeline providerswidgetkit-timelineprovider.md
Files
- Framework overview and widget familieswidgetkit-overview.md
- Timeline entry protocolwidgetkit-timelineentry.md
- Providing widget timeline datawidgetkit-timelineprovider.md