This skill helps you work with the contact list on a user's iPhone or iPad. You can find, add, update, or choose contacts using Apple's built-in tools. It handles tasks like asking permission to access contacts and showing a contact picker.
You can fetch contacts by name or identifier. You can also create new contacts and save them. The skill uses CNContactStore for reading and writing. It uses CNContactPickerViewController to let users select contacts. Everything works with the latest Swift and iOS versions.
It also covers important details like getting permission and handling limited access. This makes your app respectful of user privacy while still working with contacts.
Global
mkdir -p ~/.claude/skills/contacts-frameworkProject
mkdir -p .claude/skills/contacts-frameworkSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability