Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill gives iOS and macOS developers fast, production-oriented guidance for Core Data: stack setup, fetch requests, thread safety, migration, and CloudKit sync. It triages common crashes, merge conflicts, and performance problems by routing each issue to the right reference and checklist. It is for developers who need a structured, corrective second opinion on Core Data work.
WHO IT'S FOR
iOS Developers
building data-driven iOS apps with Core Data
MacOS Developers
developing macOS apps with Core Data persistence
Swift Developers
integrating Core Data with Swift Concurrency
Data Persistence Engineers
designing and optimizing Core Data stacks for performance
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Installs: Makes the core-data-expert plugin available to everyone working in a configured repository; Claude Code prompts team members to install it when they open the project. · Claude Code
Before you start
Claude Code
A repository whose .claude/settings.json can be configured
Run from: Repository root
Configure the repository's `.claude/settings.json` with this exact JSON:
{
"enabledPlugins": {
"core-data-expert@core-data-agent-skill": true
},
"extraKnownMarketplaces": {
"core-data-agent-skill": {
"source": {
"source": "github",
"repo": "AvdLee/Core-Data-Agent-Skill"
}
}
}
}
When a team member opens the project, follow Claude Code's prompt to install the skill.
Installs: Installs or symlinks the core-data-expert folder according to the selected tool's official skill-installation documentation. · Codex, Claude, Cursor
Before you start
An AI tool supporting skills
Access to the selected tool's official skill-installation documentation
Clone the AvdLee/Core-Data-Agent-Skill repository. The supplied evidence does not provide a clone command, so perform this as a manual step.
Install or symlink the repository's `core-data-expert/` folder by following the official skill-installation documentation for Codex, Claude, or Cursor.
Use the AI tool normally and ask it to use the `core-data-expert` skill for Core Data tasks.