Skip to content

// WidgetKit, Live Activities, Dynamic Island, ActivityKit — the surfaces that drive app re-engagement.

iOS Widget & Live Activity BuilderVerified Creator

git log --oneline --stat
HEAD
Stars
1.9k
Forks
72
Updated
May 23, 2026
repo --stat
  • stars

    1.9k

  • forks

    72

  • last update

    May 23, 2026

  • license

    MITv1.2.1

quickstart.sh
3 steps
  1. Install

    // Drops SKILL.md into ~/.claude/skills/

    $ claude skills add ios-widget-live-activity
  2. Invoke

    // Run from any project directory

    $ claude --skill ios-widget-live-activity "help me ship this"
  3. Iterate

    // Re-run with edits — Claude keeps the skill loaded

    $ claude --skill ios-widget-live-activity "now refactor it"
ios-widget-live-activity/
references
  • references/
  • SKILL.mdopen
  • README.mdopen
SKILL.md
readonly
name:
iOS Widget & Live Activity Builder
slug:
ios-widget-live-activity
version:
v1.2.1
license:
MIT
author:
@swift-pros
categories:
tags:
#widgetkit#live-activity#dynamic-island#ios#swiftui
description:

WidgetKit, Live Activities, Dynamic Island, ActivityKit — the surfaces that drive app re-engagement.

features.md
4 capabilities

// What you can do with it

  • A Widget conforming type with either StaticConfiguration or AppIntentConfiguration, plus supportedFamilies (e.g. .systemSmall, .accessoryRectangular, .accessoryCircular).
  • A TimelineProvider (or AppIntentTimelineProvider) implementing placeholder, snapshot, and timeline with a chosen TimelineReloadPolicy (.atEnd, .after, .never).
  • An ActivityAttributes struct with its nested ContentState, plus the ActivityConfiguration that renders the Lock Screen view and the DynamicIsland { ... } regions: expanded (DynamicIslandExpandedRegion
  • ActivityKit lifecycle: Activity.request(...), activity.update(...), activity.end(...), and observing Activity.pushToken / pushTokenUpdates to forward tokens to your server for APNs liveactivity pushes

README.md

ios-widget-live-activity/README.md
7 sections
Loading README…

$ cat reviews/

Reviews

// No reviews yet. Be the first.
Loading review form…