core-ml とは?
Core ML、Create ML、Vision フレームワーク、Natural Language フレームワーク、オンデバイス ML 統合。ユーザーが画像分類、テキスト分析、物体検出、音声分類、モデルの最適化、またはカスタム モデルの統合を必要とする場合に使用します。 Core ML と Foundation Model の決定について説明します。 ソース: rshankras/claude-code-apple-skills。
Core ML、Create ML、Vision フレームワーク、Natural Language フレームワーク、オンデバイス ML 統合。ユーザーが画像分類、テキスト分析、物体検出、音声分類、モデルの最適化、またはカスタム モデルの統合を必要とする場合に使用します。 Core ML と Foundation Model の決定について説明します。
コマンドラインで core-ml AI スキルを開発環境にすばやくインストール
ソース: rshankras/claude-code-apple-skills。
Combined advisory, generator, and workflow skill for integrating machine learning into Apple platform apps. Covers Core ML model integration, Vision framework image analysis, NaturalLanguage framework text processing, Create ML training, and on-device model optimization.
| Capability | Request Class | Custom Model Needed? |
| Image classification | VNClassifyImageRequest | No (built-in) | | Object detection | VNDetectObjectsRequest (custom model) | Yes | | Face detection | VNDetectFaceRectanglesRequest | No | | Face landmarks | VNDetectFaceLandmarksRequest | No | | Text recognition (OCR) | VNRecognizeTextRequest | No | | Body pose | VNDetectHumanBodyPoseRequest | No |
Core ML、Create ML、Vision フレームワーク、Natural Language フレームワーク、オンデバイス ML 統合。ユーザーが画像分類、テキスト分析、物体検出、音声分類、モデルの最適化、またはカスタム モデルの統合を必要とする場合に使用します。 Core ML と Foundation Model の決定について説明します。 ソース: rshankras/claude-code-apple-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill core-mlCore ML、Create ML、Vision フレームワーク、Natural Language フレームワーク、オンデバイス ML 統合。ユーザーが画像分類、テキスト分析、物体検出、音声分類、モデルの最適化、またはカスタム モデルの統合を必要とする場合に使用します。 Core ML と Foundation Model の決定について説明します。 ソース: rshankras/claude-code-apple-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rshankras/claude-code-apple-skills --skill core-ml インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/rshankras/claude-code-apple-skills