Straightforward Core Data troubleshooting that actually routes you to the right fix fast. It triages your problem in the first 60 seconds (setup, migration, threading crash, CloudKit sync), then points you to one of 14 focused reference docs covering everything from NSManagedObjectID handoffs and Swift Concurrency actor patterns to persistent history tracking and staged migrations. The routing map alone is worth it if you've ever wasted an hour chasing a batch operation that didn't update the UI or a Sendable warning you tried to suppress. No handholding, just production patterns and a verification checklist that catches the mistakes before they ship.
npx -y skills add avdlee/core-data-agent-skill --skill core-data-expert --agent claude-codeInstalls into .claude/skills of the current project.
Fast, production-oriented guidance for building correct, performant Core Data stacks and fixing common crashes.
NSManagedObjectID for cross-context/cross-task communication; never pass NSManagedObject instances across contexts.references/.NSManagedObjectID handoffreferences/stack-setup.mdreferences/saving.mdreferences/fetch-requests.mdreferences/threading.mdreferences/concurrency.mdreferences/batch-operations.mdreferences/persistent-history.mdreferences/model-configuration.mdreferences/migration.mdreferences/cloudkit-integration.mdreferences/performance.mdreferences/testing.mdreferences/glossary.mdreferences/testing.md (shared NSManagedObjectModel)NSPersistentStoreIncompatibleVersionHashError → references/migration.md (versioning + migration)references/threading.md and/or references/concurrency.md (use NSManagedObjectID)references/concurrency.md (don’t “paper over” with @unchecked Sendable)NSMergeConflict / constraint violations → references/model-configuration.md + references/stack-setup.md (constraints + merge policy)references/persistent-history.md + references/batch-operations.mdreferences/cloudkit-integration.mdreferences/performance.md + references/fetch-requests.mdNSManagedObject instances never cross contexts; pass NSManagedObjectID instead.references/_index.md (navigation)references/stack-setup.mdreferences/saving.mdreferences/fetch-requests.mdreferences/threading.mdreferences/concurrency.mdreferences/batch-operations.mdreferences/persistent-history.mdreferences/model-configuration.mdreferences/migration.mdreferences/cloudkit-integration.mdreferences/performance.mdreferences/testing.mdreferences/glossary.mdsickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot