github.com/OpenLAIR/dr-claw
Skill | Added | Review |
|---|---|---|
nemo-evaluator-sdk skills/evaluation/nemo-evaluator/SKILL.md Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking. | 68 68 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: 6da7f7c | |
speculative-decoding skills/emerging-techniques/speculative-decoding/SKILL.md Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
moe-training skills/emerging-techniques/moe-training/SKILL.md Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
model-pruning skills/emerging-techniques/model-pruning/SKILL.md Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving 50% sparsity with minimal accuracy loss, or enabling faster inference on hardware accelerators. Covers unstructured pruning, structured pruning, N:M sparsity, magnitude pruning, and one-shot methods. | 63 63 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
model-merging skills/emerging-techniques/model-merging/SKILL.md Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
ds-review skills/ds-review/SKILL.md Use when a draft, paper, or paper-like report is substantial enough for an independent skeptical audit before finalization, rebuttal, or revision routing. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
ds-optimize skills/ds-optimize/SKILL.md Use when an algorithm-first quest should manage candidate briefs, optimization frontier, branch promotion, or fusion-aware search instead of the paper-oriented default loop. | 59 59 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
ds-idea skills/ds-idea/SKILL.md Use when a quest needs concrete hypotheses, limitation analysis, candidate directions, or a selected idea relative to the active baseline. | 58 58 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
ds-full-pipeline skills/ds-full-pipeline/SKILL.md Full DeepScientist research pipeline: scout → baseline → idea → experiment → analysis → optimize → write → review → finalize. End-to-end autonomous research lifecycle. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
ds-experiment skills/ds-experiment/SKILL.md Use when a quest is ready for a concrete implementation pass or a main experiment run tied to a selected idea and an accepted baseline. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
ds-decision skills/ds-decision/SKILL.md Use when the quest needs an explicit go, stop, branch, reuse-baseline, write, finalize, reset, or user-decision transition with reasons and evidence. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
ds-baseline skills/ds-baseline/SKILL.md Use when a quest needs to attach, import, reproduce, repair, verify, compare, or publish a baseline and its metrics. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
ds-analysis-campaign skills/ds-analysis-campaign/SKILL.md Use when a quest needs one or more follow-up runs such as ablations, robustness checks, error analysis, or failure analysis after a main experiment. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
training-llms-megatron skills/distributed-training/megatron-core/SKILL.md Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
deepspeed skills/distributed-training/deepspeed/SKILL.md Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
huggingface-accelerate skills/distributed-training/accelerate/SKILL.md Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
ray-data skills/data-processing/ray-data/SKILL.md Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
nemo-curator skills/data-processing/nemo-curator/SKILL.md 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. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
biorxiv-database skills/biorxiv-database/SKILL.md Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
aris-vast-gpu skills/aris-vast-gpu/SKILL.md Rent, manage, and destroy GPU instances on vast.ai. Use when user says "rent gpu", "vast.ai", "rent a server", "cloud gpu", or needs on-demand GPU without owning hardware. | 71 71 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: 6da7f7c | |
aris-training-check skills/aris-training-check/SKILL.md Periodically check WandB metrics during training to catch problems early (NaN, loss divergence, idle GPUs). Avoids wasting GPU hours on broken runs. Use when training is running and you want automated health checks. | 68 68 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: 6da7f7c | |
aris-system-profile skills/aris-system-profile/SKILL.md Profile a target (script, process, GPU, memory, interconnect) using external tools and code instrumentation. Produces structured performance reports with actionable recommendations. Use when user says "profile", "benchmark", "bottleneck", or wants performance analysis. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
aris-serverless-modal skills/aris-serverless-modal/SKILL.md Run GPU workloads on Modal — training, fine-tuning, inference, batch processing. Zero-config serverless: no SSH, no Docker, auto scale-to-zero. Use when user says "modal run", "modal training", "modal inference", "deploy to modal", "need a GPU", "run on modal", "serverless GPU", or needs remote GPU compute. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c | |
aris-semantic-scholar skills/aris-semantic-scholar/SKILL.md Search published venue papers (IEEE, ACM, Springer, etc.) via Semantic Scholar API. Complements /aris-arxiv (preprints) with citation counts, venue metadata, and TLDR. Use when user says "search semantic scholar", "find IEEE papers", "find journal papers", "venue papers", "citation search", or wants published literature beyond arXiv preprints. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 6da7f7c | |
aris-research-review skills/aris-research-review/SKILL.md Get a deep critical review of research from GPT via Codex MCP. Use when user says "review my research", "help me review", "get external review", or wants critical feedback on research ideas, papers, or experimental results. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 6da7f7c |