Claude Skill
AvdLee/Core-Data-Agent-Skill
一个专注于苹果Core Data框架的Agent Skill,为iOS和Swift开发中的数据建模、获取请求、性能优化和持久化模式提供专业帮助。
概览
仓库信息
安装这个 Skill
npx skills add https://github.com/avdlee/core-data-agent-skill --skill core-data-expertRegistry 信息
项目简介
一个专注于苹果Core Data框架的Agent Skill,为iOS和Swift开发中的数据建模、获取请求、性能优化以及常见持久化模式提供专业协助。
An Agent Skill focused on Apple’s Core Data framework, helping with data modeling, fetch requests, performance, and common persistence patterns.
要点
- Core Data数据建模的专业指导
- 优化的获取请求模式
- Core Data操作的性能调优
- 常见持久化模式的实现
- Swift与iOS开发集成
使用场景
- 为iOS应用设计Core Data模型
- 提高获取请求的效率
- 调试Core Data性能问题
- 实现数据持久化模式
- 学习Core Data的最佳实践
README 摘要
# Core Data Agent Skill Expert guidance for any AI coding tool that supports the [Agent Skills open format](https://agentskills.io/home) — safe persistence, performance optimization, and schema migration. Based on the [Core Data Best Practices](https://github.com/AvdLee/CoreDataBestPractices) repo, WeTransfer production apps, and WWDC sessions, distilled into actionable, concise references for agents. ## Who this is for - Teams working with Core Data who need safe defaults and quick triage - Developers debugging persistence issues, threading errors, or performance problems - Anyone migrating schemas or integrating CloudKit sync ## See also my other skills: - [Swift Concurrency Expert](https://github.com/AvdLee/Swift-Concurrency-Agent-Skill) - [SwiftUI Expert](https://github.com/AvdLee/SwiftUI-Agent-Skill) - [Swift Testing Expert](https://github.com/AvdLee/Swift-Testing-Agent-Skill) ## How to Use This Skill ### Option A: Using skills.sh (recommended) Install this skill with a single command: ```bash npx skills add https://github.com/avdlee/core-data-agent-skill --skill core-data-expert ``` For more information, visit the [skills.sh platform page](https://skills.sh/avdlee/core-data-agent-skill/core-data-expert). Then use the skill in your AI agent, for example: > Use the core data skill and analyze the current project for Core Data improvements ### Option B: Claude Code Plugin #### Personal Usage To install this Skill for your personal use in Claude Code: 1. Add the marketplace: ```bash /plugin marketplace add AvdLee/Core-Data-Agent-Skill ``` 2. Install the Skill: ```bash /plugin install core-data-expert@core-data-agent-skill ``` #### Project Configuration To automatically provide this Skill to everyone working in a repository, configure