Core ML Tools

SkillAI & models

"Operate Core ML Tools workflows for model conversion, Core ML

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Core ML Tools skill

What this skill tells your AI

The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/coremltools/SKILL.md and read by ahel’s review.

Use this repo skill when a task involves the coremltools Python package, Core ML model conversion, .mlmodel/.mlpackage artifacts, Core ML optimization/compression, MIL graph debugging, or macOS-vs-Linux Core ML runtime constraints.

Start here

  1. Confirm the package imports in the active environment:

    python scripts/check_coremltools_env.py
    

    Add --smoke only when you want a tiny MIL-to-MLProgram conversion/save check without prediction.

  2. Identify the task family from the route map below.

  3. Check capability map for dependency/platform gates before promising that a workflow is verified.

  4. Use troubleshooting for install/import/native-library/platform failures that affect multiple workflows.

  5. Use repo provenance before deciding whether this skill is stale for a newer checkout.

Route map

User taskRead
Convert PyTorch, TensorFlow, MIL, scikit-learn, XGBoost, LightGBM, or LibSVM models to Core MLsub-skills/convert-models/
Choose ct.convert inputs/outputs, deployment targets, mlprogram vs neuralnetwork, precision, pass pipelines, or optional framework dependenciessub-skills/convert-models/
Load, save, inspect, edit, or package existing .mlmodel/.mlpackage artifactssub-skills/model-io-and-prediction/
Use MLModel.predict, compiled models, compute units/devices/plans, stateful prediction, image/multiarray prediction inputs, or macOS runtime checkssub-skills/model-io-and-prediction/
Quantize, palettize, prune, decompress, or inspect compression metadata for Core ML packagessub-skills/optimize-models/
Use optional coremltools.optimize.torch workflows with calibration data, fine-tuning, QAT, or Torch-side compression before exportsub-skills/optimize-models/
Build/inspect MIL programs, control pass pipelines, register custom/composite ops, diagnose typed execution, or use experimental debug/perf utilitiessub-skills/mil-and-debugging/
Understand package installation, optional dependencies, source-build scripts, or test-script boundariesreferences/install-and-build.md

Dependency and platform rules

  • Base coremltools import is not enough to verify every converter. PyTorch, TensorFlow, scikit-learn, XGBoost, LightGBM, and LibSVM routes are optional dependency-gated.
  • Linux can convert and inspect many artifacts, but MLModel.predict, CompiledMLModel, compute-device/compute-plan APIs, and ModelRunner workflows generally require macOS Core ML runtime support.
  • mlprogram artifacts usually save as .mlpackage; many older/classic neural-network specs can save as .mlmodel.
  • Use skip_model_load=True when conversion should avoid runtime loading on the current host.
  • Source checkouts can lack native runtime libraries included in wheels. If ML Program save fails with BlobWriter/libmilstoragepython, read install-and-build.

Bundled helpers

Safe operating stance

  • Do not run long training, downloads, full test suites, or prediction checks unless the user explicitly requests them and the required framework/platform is present.
  • Prefer tiny conversion/spec/optimization smokes before applying guidance to large models.
  • Preserve original source-model semantics when debugging conversion; shrink to a reproducer before introducing custom ops or pass-pipeline changes.
  • Keep package-operation tasks separate from repository-maintenance tasks. Use maintainer scripts only when the user is working in the repository checkout and wants source build/test behavior.

Signals

GitHub stars
266
Forks
21
Last commit
Sep 2026

ahel review

  • K1binfo
    installs-packages (in references/install-and-build.md)

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
coremltools
Source
github.com/vectorspacelab/arex-skill