get-available-resources

安装量: 281
排名: #10538

安装

npx skills add https://github.com/k-dense-ai/scientific-agent-skills --skill get-available-resources
Get Available Resources
Overview
Detect available computational resources and generate strategic recommendations for scientific computing tasks. This skill automatically identifies CPU capabilities, GPU availability (NVIDIA CUDA, AMD ROCm, Apple Silicon Metal), memory constraints, and disk space to help make informed decisions about computational approaches.
When to Use This Skill
Use this skill proactively before any computationally intensive task:
Before data analysis
Determine if datasets can be loaded into memory or require out-of-core processing
Before model training
Check if GPU acceleration is available and which backend to use
Before parallel processing
Identify optimal number of workers for joblib, multiprocessing, or Dask
Before large file operations
Verify sufficient disk space and appropriate storage strategies
At project initialization
Understand baseline capabilities for making architectural decisions Show more
返回排行榜