core-motion이란?
CoreMotion을 사용하여 가속도계, 자이로스코프, 자력계, 보수계 및 활동 인식 데이터에 액세스하세요. 장치 센서 데이터 읽기, 걸음 수 계산, 사용자 활동 감지(걷기/달리기/운전), 고도 변화 추적 또는 iOS/watchOS 앱에서 동작 기반 상호 작용 구현 시 사용합니다. 출처: dpearson2699/swift-ios-skills.
CoreMotion을 사용하여 가속도계, 자이로스코프, 자력계, 보수계 및 활동 인식 데이터에 액세스하세요. 장치 센서 데이터 읽기, 걸음 수 계산, 사용자 활동 감지(걷기/달리기/운전), 고도 변화 추적 또는 iOS/watchOS 앱에서 동작 기반 상호 작용 구현 시 사용합니다.
명령줄에서 core-motion AI 스킬을 개발 환경에 빠르게 설치
출처: dpearson2699/swift-ios-skills.
Read device sensor data -- accelerometer, gyroscope, magnetometer, pedometer, and activity recognition -- on iOS and watchOS. CoreMotion fuses raw sensor inputs into processed device-motion data and provides pedometer/activity APIs for fitness and navigation use cases. Targets Swift 6.2 / iOS 26+.
Add NSMotionUsageDescription to Info.plist with a user-facing string explaining why your app needs motion data. Without this key, the app crashes on first access.
CoreMotion uses CMAuthorizationStatus for pedometer and activity APIs. Sensor APIs (accelerometer, gyro) do not require explicit authorization but do require the usage description key.
CoreMotion을 사용하여 가속도계, 자이로스코프, 자력계, 보수계 및 활동 인식 데이터에 액세스하세요. 장치 센서 데이터 읽기, 걸음 수 계산, 사용자 활동 감지(걷기/달리기/운전), 고도 변화 추적 또는 iOS/watchOS 앱에서 동작 기반 상호 작용 구현 시 사용합니다. 출처: dpearson2699/swift-ios-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill core-motionCoreMotion을 사용하여 가속도계, 자이로스코프, 자력계, 보수계 및 활동 인식 데이터에 액세스하세요. 장치 센서 데이터 읽기, 걸음 수 계산, 사용자 활동 감지(걷기/달리기/운전), 고도 변화 추적 또는 iOS/watchOS 앱에서 동작 기반 상호 작용 구현 시 사용합니다. 출처: dpearson2699/swift-ios-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dpearson2699/swift-ios-skills --skill core-motion 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/dpearson2699/swift-ios-skills