·coreml-optimizer
</>

coreml-optimizer

Optimize CoreML models for iOS and macOS deployment. Covers quantization, palettization, pruning, Neural Engine targeting, compute unit selection, and performance profiling. Use when converting ML models to CoreML, optimizing model size/latency, debugging Neural Engine issues, or benchmarking on-device inference.

8Installs·1Trend·@ckorhonen

Installation

$npx skills add https://github.com/ckorhonen/claude-skills --skill coreml-optimizer

How to Install coreml-optimizer

Quickly install coreml-optimizer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ckorhonen/claude-skills --skill coreml-optimizer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ckorhonen/claude-skills.

SKILL.md

View raw

Expert guidance for optimizing machine learning models for Apple's CoreML framework on iOS and macOS devices.

Many "slow" models are accidentally CPU-bound. Configure via MLModelConfiguration.computeUnits:

| .all | Uses all available compute units including Neural Engine (default, recommended) | | .cpuAndNeuralEngine | CPU + Neural Engine, excludes GPU | | .cpuAndGPU | CPU + GPU, excludes Neural Engine | | .cpuOnly | Forces CPU-only execution (for debugging/consistency) |

Optimize CoreML models for iOS and macOS deployment. Covers quantization, palettization, pruning, Neural Engine targeting, compute unit selection, and performance profiling. Use when converting ML models to CoreML, optimizing model size/latency, debugging Neural Engine issues, or benchmarking on-device inference. Source: ckorhonen/claude-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ckorhonen/claude-skills --skill coreml-optimizer
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ckorhonen/claude-skills

Quick answers

What is coreml-optimizer?

Optimize CoreML models for iOS and macOS deployment. Covers quantization, palettization, pruning, Neural Engine targeting, compute unit selection, and performance profiling. Use when converting ML models to CoreML, optimizing model size/latency, debugging Neural Engine issues, or benchmarking on-device inference. Source: ckorhonen/claude-skills.

How do I install coreml-optimizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ckorhonen/claude-skills --skill coreml-optimizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ckorhonen/claude-skills