Skip to main content
Back to registry

axiom-swiftdata

charleswiltgen/axiom

Apple's native persistence framework using @Model classes and declarative queries. Built on Core Data, designed for SwiftUI.

Installs210
Install command
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-swiftdata
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Apple's native persistence framework using @Model classes and declarative queries. Built on Core Data, designed for SwiftUI. Core principle Reference types ( class ) + @Model macro + declarative @Query for reactive SwiftUI integration. Requires iOS 17+, Swift 5.9+ Target iOS 26+ (this skill focuses on latest features) License Proprietary (Apple) For migrations See the axiom-swiftdata-migration skill for custom schema migrations with VersionedSchema and SchemaMigrationPlan. For migration debugging, see axiom-swiftdata-migration-diag . These are real questions developers ask that this skill is designed to answer: → The skill shows how to use @Query with predicates, sorting, and automatic view updates → The skill explains @Relationship with deleteRule: .cascade and inverse relationships → The skill shows cascading deletes, inverse relationships, and safe deletion patterns → The skill covers CloudKit integration, conflict resolution strategies (last-write-wins, custom resolution), and sync patterns → The skill explains CloudKit constraints: all properties must be optional or have defaults, explains why (network timing), and shows fixes → The skill shows monitoring sync status with notifications, detecting network connectivity, and offline-aware UI patterns → The skill covers CloudKit record sharing patterns (iOS 26+) with owner/permission tracking and sharing metadata → The skill...

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

Apple's native persistence framework using @Model classes and declarative queries. Built on Core Data, designed for SwiftUI.

Is axiom-swiftdata good?

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

What agent does axiom-swiftdata work with?

axiom-swiftdata currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to axiom-swiftdata?

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

How do I install axiom-swiftdata?

npx skills add https://github.com/charleswiltgen/axiom --skill axiom-swiftdata

Related skills

More from charleswiltgen/axiom

Related skills

Alternatives in Software Engineering