Build direct Bluetooth Low Energy workflows with Core Bluetooth. Use when implementing BLE central or peripheral GATT communication, scanning or connecting…
Core Bluetooth
Scan for, connect to, and exchange data with Bluetooth Low Energy (BLE) devices.
Covers the central role (scanning and connecting to peripherals), the peripheral
role (advertising services), background modes, and state restoration.
Targets Swift 6.3 / iOS 26+.
Use accessorysetupkit for privacy-preserving accessory discovery and setup;
use this skill for direct Core Bluetooth GATT communication.
Contents
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+clearly delineates scope (central/peripheral roles, background modes, state restoration) and explicitly directs users to accessorysetupkit for privacy-preserving flows
+targets specific platform versions (swift 6.3, ios 26+) which anchors concrete implementation constraints
weaknesses
~no intent, inputs, outputs, decision trees, or outcome signals present - reads as an outline rather than a usable skill definition
~procedure section missing entirely; file ends at 'Contents' heading with no actual steps, code patterns, or failure recovery guidance