Skip to main content
Back to registry

live-activities

dpearson2699/swift-ios-skills

Build real-time, glanceable experiences on the Lock Screen, Dynamic Island, StandBy, CarPlay, and Mac menu bar using ActivityKit. Patterns target iOS 26+ with Swift 6.2, backward-compatible to iOS 16.1 unless noted.

Installs198
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill live-activities
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Build real-time, glanceable experiences on the Lock Screen, Dynamic Island, StandBy, CarPlay, and Mac menu bar using ActivityKit. Patterns target iOS 26+ with Swift 6.2, backward-compatible to iOS 16.1 unless noted. See references/live-activity-patterns.md for complete code patterns including push payload formats, concurrent activities, state observation, and testing. Run through the Review Checklist at the end of this document. Define both static data (immutable for the activity lifetime) and dynamic ContentState (changes with each update). Keep ContentState small because the entire struct is serialized on every update and push payload. Set staleDate on ActivityContent to tell the system when content becomes outdated. The system sets context.isStale to true after this date; show fallback UI (e.g., "Updating...") in your views.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does live-activities do?

Build real-time, glanceable experiences on the Lock Screen, Dynamic Island, StandBy, CarPlay, and Mac menu bar using ActivityKit. Patterns target iOS 26+ with Swift 6.2, backward-compatible to iOS 16.1 unless noted.

Is live-activities good?

live-activities does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does live-activities work with?

live-activities currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, cline, github-copilot.

What are alternatives to live-activities?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install live-activities?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill live-activities

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering