realm-migration-ref

Community

Realm to SwiftData migration reference.

AuthorCharlesWiltgen
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a comprehensive guide for migrating from Realm to SwiftData, covering model conversion, relationships, threading, and CloudKit sync transitions.

Core Features & Use Cases

  • Model conversion patterns: From Realm Object models to SwiftData @Model classes.
  • Relationship mapping: One-to-many and many-to-many migrations with inverse relationships.
  • Threading conversion: Move to Swift Concurrency safely.

Quick Start

Outline a migration plan converting a Realm model with relationships to SwiftData, including a test harness.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: realm-migration-ref
Download link: https://github.com/CharlesWiltgen/Axiom/archive/main.zip#realm-migration-ref

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository