概要
The domain-ml skill optimizes Claude's performance when assisting with Rust-based machine learning projects, focusing on the critical trade-offs between memory efficiency, GPU acceleration, and model portability. It provides structured guidance for using major Rust ML crates like Candle, Burn, tch-rs, and tract, ensuring developers implement zero-copy tensor operations, efficient batched inference, and lazy model initialization. By bridging the gap between Python-heavy research and Rust-based production environments, this skill helps users build robust, deterministic, and highly performant AI systems.