What problem does it solve? Before running computationally intensive scientific tasks, you often don't know whether the machine has enough cores, RAM, GPU acceleration, or disk space, leading to out-of-memory crashes or underutilized hardware. This Skill automatically profiles the system and produces actionable recommendations. ## Core Features & Use Cases - Hardware Detection: Identifies CPU cores, RAM, disk space, and GPUs across NVIDIA (CUDA), AMD (ROCm), and Apple Silicon (Metal) platforms. - Strategic Recommendations: Generates guidance on parallel processing worker counts, memory strategies (Dask, Zarr), GPU library selection (PyTorch, JAX), and large-data handling. - Structured JSON Output: Writes a .claude_resources.json file that code can read to make runtime decisions. - Use Case: Before training a PyTorch model or processing a 50GB dataset, run detection to learn whether to use CUDA, how many joblib workers to spawn, and whether out-of-core processing is needed. ## Quick Start Ask the assistant to detect available system resources and recommend a computing strategy before starting the analysis.