What problem does it solve? Building iOS widgets involves many subtle rules around timeline providers, refresh budgets, push reloads, deep links, and rendering modes, and mistakes lead to stale widgets, rejected configurations, or broken Control Center controls. This Skill provides structured guidance and review checklists for implementing and auditing WidgetKit code correctly. ## Core Features & Use Cases - Widget Implementation Guidance: Covers Widget protocol, WidgetBundle, StaticConfiguration, AppIntentConfiguration, TimelineProvider, and AppIntentTimelineProvider with Swift code examples. - Modern Surface Support: Documents interactive widgets, Control Center controls, Lock Screen accessory widgets, StandBy, CarPlay, Liquid Glass rendering, and iOS 26 push reload handlers. - Review Checklist & Common Mistakes: Provides a checklist for auditing widget code covering App Groups, refresh budgets, placeholder behavior, push handler registration, and Smart Stack relevance. - Use Case: When adding a configurable Home Screen widget with a Control Center toggle to an iOS app, use this Skill to scaffold the widget extension, wire AppIntentTimelineProvider, register push handlers, and verify the implementation against the review checklist. ## Quick Start Use the widgetkit skill to review my widget extension code and check it against the WidgetKit review checklist.