OpenLAIR/dr-claw

A Super AI Lab with massive AI Doctors as Assistants. Best IDE for Research via AI Power.

This repository also configures its own agents. See what dr-claw tells them →

1.1kStars on the repository
177Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

ds-optimize

73

OpenLAIR/dr-claw

Skill Claude CodeCodex

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.

not rated 1.1k +35 today A SkillSpector: pass 33 tokens

ds-rebuttal

74

OpenLAIR/dr-claw

Skill Claude CodeCodex

Use when a quest already has a paper, draft, or review package and the task is to map reviewer feedback into experiments, manuscript deltas, and a durable rebuttal / revision response.

not rated 1.1k +35 today A SkillSpector: pass 43 tokens

ds-review

75

OpenLAIR/dr-claw

Skill Claude CodeCodex

Use when a draft, paper, or paper-like report is substantial enough for an independent skeptical audit before finalization, rebuttal, or revision routing.

not rated 1.1k +35 today A SkillSpector: warn 33 tokens

ds-scout

76

OpenLAIR/dr-claw

Skill Claude CodeCodex

Use when a quest needs problem framing, literature scouting, dataset or metric clarification, or baseline discovery before deeper work.

not rated 1.1k +35 today A SkillSpector: warn 27 tokens

ds-write

77

OpenLAIR/dr-claw

Skill Claude CodeCodex

Use when a quest has enough evidence to draft or refine a paper, report, or research summary without inventing missing support.

not rated 1.1k +35 today A SkillSpector: pass 28 tokens

OpenLAIR/dr-claw

Skill Claude CodeCodex

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and…

not rated 1.1k +35 today A SkillSpector: pass 65 tokens

long-context

79

OpenLAIR/dr-claw

Skill Claude CodeCodex

Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases…

not rated 1.1k +35 today A SkillSpector: warn 74 tokens

model-merging

80

OpenLAIR/dr-claw

Skill Claude CodeCodex

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…

not rated 1.1k +35 today A SkillSpector: pass 73 tokens

model-pruning

81

OpenLAIR/dr-claw

Skill Claude CodeCodex

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…

not rated 1.1k +35 today A SkillSpector: pass 70 tokens

moe-training

82

OpenLAIR/dr-claw

Skill Claude CodeCodex

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…

not rated 1.1k +35 today A SkillSpector: pass 85 tokens

OpenLAIR/dr-claw

Skill Claude CodeCodex

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…

not rated 1.1k +35 today A SkillSpector: pass 77 tokens

OpenLAIR/dr-claw

Skill Claude CodeCodex

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.

not rated 1.1k +35 today A SkillSpector: warn 68 tokens

OpenLAIR/dr-claw

Skill Claude CodeCodex

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

not rated 1.1k +35 today A SkillSpector: pass 85 tokens

nemo-evaluator-sdk

86

OpenLAIR/dr-claw

Skill Claude CodeCodex

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.

not rated 1.1k +35 today A SkillSpector: pass 76 tokens

axolotl

87

OpenLAIR/dr-claw

Skill Claude CodeCodex

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support.

not rated 1.1k +35 today A 47 tokens

llama-factory

88

OpenLAIR/dr-claw

Skill Claude CodeCodex

Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support.

not rated 1.1k +35 today A 51 tokens

peft-fine-tuning

89

OpenLAIR/dr-claw

Skill Claude CodeCodex

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

not rated 1.1k +35 today A SkillSpector: pass 82 tokens

unsloth

90

OpenLAIR/dr-claw

Skill Claude CodeCodex

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization.

not rated 1.1k +35 today A 39 tokens

OpenLAIR/dr-claw

Skill Claude CodeCodex

Perform deep, multi-source research using Google Gemini's Deep Research Agent. Use this skill whenever the user asks for comprehensive research, literature reviews, competitive analysis, market research, technology surveys, or any investigation that requires synthesizing information from many web sources. Also trigger…

not rated 1.1k +35 today A SkillSpector: pass 104 tokens

llama-cpp

92

OpenLAIR/dr-claw

Skill Claude CodeCodex

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

not rated 1.1k +35 today A SkillSpector: warn 76 tokens

sglang

93

OpenLAIR/dr-claw

Skill Claude CodeCodex

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

not rated 1.1k +35 today A SkillSpector: warn 72 tokens

tensorrt-llm

94

OpenLAIR/dr-claw

Skill Claude CodeCodex

Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.

not rated 1.1k +35 today A SkillSpector: warn 75 tokens

serving-llms-vllm

95

OpenLAIR/dr-claw

Skill Claude CodeCodex

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

not rated 1.1k +35 today A SkillSpector: warn 75 tokens

OpenLAIR/dr-claw

Skill Claude CodeCodex

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

not rated 1.1k +35 today C 47 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: