Skip to main content
Back to registry

core-data-expert

avdlee/core-data-agent-skill

Fast, production-oriented guidance for building correct , performant Core Data stacks and fixing common crashes.

Installs693
Install command
npx skills add https://github.com/avdlee/core-data-agent-skill --skill core-data-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Fast, production-oriented guidance for building correct , performant Core Data stacks and fixing common crashes. - Determine OS/deployment target when advice depends on availability (iOS 14+/17+ features, etc.). - Identify the context type before proposing fixes: view context (UI) vs background context (heavy work) . - Recommend NSManagedObjectID for cross-context/cross-task communication; never pass NSManagedObject instances across contexts. - Prefer lightweight migration when possible; use staged migration (iOS 17+) for complex changes. - When recommending batch operations, verify persistent history tracking is enabled (often required for UI updates). - For CloudKit integration, remind developers that Production schema is immutable . - Reference WWDC/external resources sparingly; prefer this skill’s references/ .

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 core-data-expert do?

Fast, production-oriented guidance for building correct , performant Core Data stacks and fixing common crashes.

Is core-data-expert good?

core-data-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does core-data-expert work with?

core-data-expert currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to core-data-expert?

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

How do I install core-data-expert?

npx skills add https://github.com/avdlee/core-data-agent-skill --skill core-data-expert

Related skills

Alternatives in Software Engineering