swiftdata migration writer

SwiftData Migration Writer

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "swiftdata migration writer" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-swiftdata-migration-writer

SwiftData Migration Writer

Create migration from UserDefaults to SwiftData:

Map keys to entity fields

Write migration method:

func migrateXIfNeeded() async throws { guard !hasMigrated("X") else { return } // Read UserDefaults // Create/update entity // Archive old keys // Mark migrated }

Add to PreferencesStore extension

Call on first load

Test data preservation

Use when: Creating SwiftData entities, migrating preferences, data persistence

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

swiftlint-autofix

No summary provided by upstream source.

Repository SourceNeeds Review
General

bitrise expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

fastlane expert

No summary provided by upstream source.

Repository SourceNeeds Review