Write correct, idiomatic Apple MLX code for Apple Silicon ML. Use when working with MLX arrays, neural networks, training loops, lazy evaluation, unified memory, mx.eval, mx.compile, Metal GPU, memory optimization, quantization, or Apple Silicon performance. Covers critical API differences from PyTorch/NumPy, array indexing gotchas (lists must be mx.array, slices create copies), NHWC format for Conv2d, __call__ not forward(), float64 CPU-only, mlx-lm integration, and debugging patterns.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
references/array-indexing.mdreferences/compilation.mdreferences/dtypes.mdreferences/error-decoder.mdreferences/gradients.mdreferences/memory-management.mdreferences/neural-networks.mdreferences/pytorch-migration.mdreferences/random.mdscripts/check_memory.py