Skip to main content
Back to registry

swiftdata

dpearson2699/swift-ios-skills

Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2.

Installs214
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftdata
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2. Apply @Model to a class (not struct). Generates PersistentModel , Observable , Sendable . @Attribute options : .externalStorage , .unique , .spotlight , .allowsCloudEncryption , .preserveValueOnDeletion (iOS 18+), .ephemeral , .transformable(by:) . Rename: @Attribute(originalName: "old_name") . @Relationship : deleteRule: .cascade / .nullify (default)/ .deny / .noAction . Specify inverse: for reliable behavior. Unidirectional (iOS 18+): inverse: nil . #Unique (iOS 18+) : #Unique ([\.firstName, \.lastName]) -- compound uniqueness.

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 swiftdata do?

Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2.

Is swiftdata good?

swiftdata does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swiftdata work with?

swiftdata currently lists compatibility with codex, gemini-cli, cursor, kimi-cli, amp, cline, github-copilot.

What are alternatives to swiftdata?

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

How do I install swiftdata?

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

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering