This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.
$npx -y skills add dralkh/seerai --skill get-available-resourcesInstalls into the current project.
Run `npx skills use "https://github.com/dralkh/seerai" --skill "dralkh/seerai/get-available-resources"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dralkh/seerai" that are relevant to the current task. Run `npx skills add "https://github.com/dralkh/seerai"` and select the relevant skills, then follow their instructions.