live-activity-generator

Generate iOS Live Activity implementations with ActivityAttributes, widget views, and push-to-update.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill live-activity-generator-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-activity-generator
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/generators/live-activity-generator
Command: npx skills add https://github.com/mazicimert/RunDom --skill live-activity-generator-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a production-ready Live Activity implementation for iOS apps.

Core Features & Use Cases

  • Automated generation of ActivityAttributes, Live Activity manager, and widget view scaffolding.
  • Supports Dynamic Island and Lock Screen presentations with update/push capabilities.
  • Guides integration with widget extensions, Info.plist, and push-token handling.

Quick Start

Provide your Live Activity use case (delivery, sports, workout) and the generator will scaffold the full implementation.

Frequently Asked Questions about live-activity-generator

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

FAQPage Schema
How do I create a Live Activity in iOS for delivery tracking?

To create a Live Activity for iOS delivery tracking, you need to define ActivityAttributes, ContentState, widget views, and a manager. This generator automates scaffolding these components for production-ready dynamic status updates.

Does this Live Activity generator support Dynamic Island presentations?

Yes, the Live Activity generator supports Dynamic Island presentations. It also supports Lock Screen presentations, allowing you to implement update and push capabilities for your iOS app's dynamic status updates.

What do I need to set up Live Activities with WidgetKit and ActivityKit?

Setting up Live Activities with WidgetKit and ActivityKit requires integrating widget extensions, configuring Info.plist, and handling push-tokens. This generator guides you through these steps to ensure proper iOS app integration.

Can I update Live Activities using push notifications in Swift?

Yes, you can update Live Activities using push notifications in Swift. The generated implementation includes a manager with optional push-to-update capabilities and handles the necessary push-token integration for remote content updates.

What is the best way to scaffold an ActivityKit implementation?

The best way to scaffold an ActivityKit implementation is by automating the generation of ActivityAttributes, Live Activity managers, and widget views. Provide your use case, like sports or workout, to get the full implementation scaffolded instantly.