live-activity-generator

Generate ActivityKit Live Activity scaffolds with attributes, content state, and widget views.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a complete, production-ready Live Activity scaffold (attributes, content state, and widget view) ready to integrate into an iOS app, accelerating adoption of Dynamic Island and Lock Screen updates.

Core Features & Use Cases

  • Auto-generates Activity Attributes, ContentState, and a Live Activity manager following ActivityKit patterns.
  • Creates widget extension views for Dynamic Island layouts and Lock Screen presentation.
  • Includes reusable templates and integration guidance to streamline setup.
  • Provides step-by-step guidance for push-to-update setup, token observation, and lifecycle management.

Quick Start

Provide your app context and target Live Activity configuration, then run the generator to scaffold the full Live Activity boilerplate.

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 for Dynamic Island in iOS?

To create a Live Activity for Dynamic Island, you need to define ActivityKit attributes, content state, and widget extension views. This generator scaffolds the complete boilerplate, providing the required layouts and lock screen presentation logic for iOS 16.1+.

What is the best way to set up push-to-update for ActivityKit Live Activities?

The best way to set up push-to-update for ActivityKit Live Activities is to configure token observation and lifecycle management. This generator provides step-by-step guidance and templates for integrating push-token observation into your app.

Can I use this to generate both the widget view and attributes for a Live Activity?

Yes, you can use this to generate both the widget view and attributes. It auto-generates the complete ActivityKit scaffold, including Activity Attributes, ContentState, and a Live Activity manager, alongside the widget views.

What iOS version is required for Dynamic Island and Lock Screen live updates?

Dynamic Island and Lock Screen live updates require iOS 16.1 or later. The generated Live Activity scaffold satisfies these iOS 16.1+ requirements, ensuring compatibility with ActivityKit and widget extension support.

How do I manage the lifecycle of a Live Activity in Swift?

To manage the lifecycle of a Live Activity in Swift, you need a Live Activity manager that handles start, update, and end states. This generator creates a manager following ActivityKit patterns and provides templates for robust lifecycle management.