跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Get Available Resources

技能 已验证 活跃

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.

目的

To proactively identify available system resources and provide strategic recommendations that inform optimal computational approaches for intensive scientific tasks.

功能

  • Detects CPU cores, frequency, and architecture
  • Detects NVIDIA, AMD, and Apple Silicon GPUs with backend support
  • Reports total, available, and used memory and swap space
  • Reports total, available, and used disk space
  • Generates JSON output with resource information and strategic recommendations
  • Provides guidance on parallel processing, memory management, GPU acceleration, and data handling

使用场景

  • Before running large-scale data analysis to determine appropriate processing strategies (e.g., Dask, Zarr)
  • Before training machine learning models to identify optimal GPU backends and resource allocation
  • Before parallel processing tasks to suggest the number of worker processes
  • Before large file operations to verify sufficient disk space

非目标

  • Monitoring system resources in real-time
  • Providing benchmarks for specific software performance
  • Automatically reconfiguring system settings

安装

npx skills add K-Dense-AI/claude-scientific-skills

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标21k
许可证MIT
状态
查看源代码

类似扩展

Spark Optimization

99

Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.

技能
wshobson

Aptos Gas & Performance Optimization Expert

99

Expert on Aptos gas optimization, performance tuning, storage costs, execution efficiency, inline functions, aggregator usage, parallel execution, table vs vector tradeoffs, and gas profiling tools. Triggers on keywords gas optimization, performance, gas cost, storage fee, inline, aggregator, parallel execution, gas profiling, optimization

技能
raintree-technology

MATLAB/Octave Scientific Computing

99

MATLAB and GNU Octave numerical computing for matrix operations, data analysis, visualization, and scientific computing. Use when writing MATLAB/Octave scripts for linear algebra, signal processing, image processing, differential equations, optimization, statistics, or creating scientific visualizations. Also use when the user needs help with MATLAB syntax, functions, or wants to convert between MATLAB and Python code. Scripts can be executed with MATLAB or the open-source GNU Octave interpreter.

技能
K-Dense-AI

AlterLab Zarr

99

Part of the AlterLab Academic Skills suite. Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.

技能
AlterLab-IEU

Faiss

98

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.

技能
Orchestra-Research

Nemo Curator

98

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.

技能
davila7