live-activity-generator

Generate ActivityKit Live Activity infrastructure with Dynamic Island and lock-screen templates.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill live-activity-generator-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-activity-generator
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators/live-activity-generator
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill live-activity-generator-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Live Activity Generator provides a turnkey approach to scaffolding ActivityKit Live Activities, including Dynamic Island layouts, Lock Screen presentation, and push-to-update workflows, reducing setup time for iOS apps.

Core Features & Use Cases

  • Generate complete ActivityKit Live Activity scaffolding with Attributes, Live Activity view, and manager templates
  • Support Dynamic Island layouts (compact and expanded) and lock-screen presentation
  • Use cases include delivery tracking, sports scores, or workout timers requiring real-time updates

Quick Start

Create a new Live Activity scaffold and tailor the attribute, view, and manager templates for your app.

Frequently Asked Questions about live-activity-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Live Activities to my iOS app with Dynamic Island support?

To add Live Activities to an iOS app, you generate ActivityKit scaffolding including Attributes, Live Activity views, and manager templates to handle Dynamic Island layouts and activity lifecycle. This provides the complete infrastructure needed for real-time lock-screen presentation.

What is the best way to scaffold an ActivityKit Live Activity for delivery tracking?

Scaffolding an ActivityKit Live Activity for delivery tracking involves generating tailored attribute, view, and manager code templates. These templates support push-to-update workflows, enabling real-time score or delivery status updates directly on the lock-screen and Dynamic Island.

Does ActivityKit Live Activity require iOS 16.1+ for Dynamic Island layouts?

Yes, ActivityKit Live Activities require iOS 16.1+ compatibility to function. Generating the infrastructure includes setting up Info.plist flags and configuring both compact and expanded Dynamic Island layouts within WidgetKit.

Can I use push notifications to update my Live Activity on the lock screen?

Yes, you can use push-to-update workflows to refresh your Live Activity on the lock screen. The generated code templates support optional push updates, allowing server-side data to drive real-time changes to the activity view without manual intervention.

What is included in ActivityKit Live Activity infrastructure scaffolding?

ActivityKit Live Activity infrastructure scaffolding includes code templates for Attributes, the Live Activity View, and a Manager. It covers Dynamic Island layouts, lock-screen presentation, activity lifecycle management, and push-to-update workflows.