Bluetooth Low Energy lets your iPhone talk to nearby devices like fitness trackers or smart locks. This skill shows you how to use Core Bluetooth to build those apps. You learn to scan for devices, connect, and send data back and forth.
It covers both sides of the conversation. You can act as a central that finds and connects to other gadgets. Or you can act as a peripheral that broadcasts its own services for others to find.
You also learn about handling permissions and working in the background. The code examples are in Swift for iOS 26 and above. This skill is for anyone making Bluetooth apps for Apple devices.
Global
mkdir -p ~/.claude/skills/core-bluetoothProject
mkdir -p .claude/skills/core-bluetoothSource 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