metal skills

2 tagged metal, measured the same way as everything else here.

sweet-index

01

mrsladoje/sweet-search

Skill Claude CodeCodex needs its repo

Use when (re)indexing a Sweet Search project. Runs the full-profile indexer with GPU model prewarming (CoreML cascade on M3+, candle Metal on M1/M2, ORT CPU elsewhere), kills ORT CPU models during indexing to avoid memory contention, and rewarms them for query readiness on completion. Incremental runs under 20 files…

not rated 21 2d ago A 83 tokens original Apache-2.0

mlx-metal-kernels

02

ssmall256/mlx-metal-kernels-skill

Skill Claude Code

Provides guidance for writing custom Metal compute kernels using MLX's mx.fast.metalkernel() API for Apple Silicon GPUs (M1, M2, M3, M4). Covers kernel patterns for RMSNorm, LayerNorm, softmax, attention variants (causal, sliding window, GQA), and reductions. Includes profiling, debugging, simdgroupmatrix MMA (M3+)…

not rated 2 6mo ago A 91 tokens original MIT