关于
The get-available-resources skill identifies system capabilities including CPU cores, GPU backends (NVIDIA CUDA, AMD ROCm, Apple Metal), RAM, and disk space to generate actionable computing strategies. It helps developers and data scientists make informed decisions about using parallel processing (joblib, Dask), out-of-core computing (Zarr), and hardware acceleration (PyTorch, JAX). By running this skill at the start of a project, you can ensure your implementation is optimized for your specific hardware constraints, avoiding memory overflows and maximizing performance.