liortesta/ClawdAgent

ClawdAgent

This repository also configures its own agents. See what ClawdAgent tells them →

11Stars on the repository
145Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

verl-rl-training

25

liortesta/ClawdAgent

Skill Claude Code

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

not rated 11 13d ago A 51 tokens copy · 100% Apache-2.0

constitutional-ai

26

liortesta/ClawdAgent

Skill Claude Code

Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.

not rated 11 13d ago A 58 tokens copy · 100% Apache-2.0

llamaguard

27

liortesta/ClawdAgent

Skill Claude Code

Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.

not rated 11 13d ago A 74 tokens copy · 100% Apache-2.0

nemo-guardrails

28

liortesta/ClawdAgent

Skill Claude Code

NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.

not rated 11 13d ago B 61 tokens copy · 100% Apache-2.0

prompt-guard

29

liortesta/ClawdAgent

Skill Claude Code

Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security.

not rated 11 13d ago B 65 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

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.

not rated 11 13d ago A 69 tokens copy · 88% Apache-2.0

deepspeed

31

liortesta/ClawdAgent

Skill Claude Code

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention.

not rated 11 13d ago B 38 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

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…

not rated 11 13d ago A 82 tokens copy · 100% Apache-2.0

pytorch-fsdp2

33

liortesta/ClawdAgent

Skill Claude Code

Adds PyTorch FSDP2 (fullyshard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.

not rated 11 13d ago A 61 tokens copy · 100% Apache-2.0

pytorch-lightning

34

liortesta/ClawdAgent

Skill Claude Code

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

not rated 11 13d ago A 59 tokens copy · 86% Apache-2.0

ray-train

35

liortesta/ClawdAgent

Skill Claude Code

Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines or running distributed hyperparameter sweeps.

not rated 11 13d ago A 63 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

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 11 13d ago C 47 tokens copy · 91% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

not rated 11 13d ago A 42 tokens copy · 89% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

not rated 11 13d ago A 51 tokens copy · 100% Apache-2.0

awq-quantization

39

liortesta/ClawdAgent

Skill Claude Code

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper…

not rated 11 13d ago A 79 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

not rated 11 13d ago A 83 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

not rated 11 13d ago A 78 tokens copy · 75% Apache-2.0

gguf-quantization

42

liortesta/ClawdAgent

Skill Claude Code

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

not rated 11 13d ago A 48 tokens copy · 100% Apache-2.0

gptq

43

liortesta/ClawdAgent

Skill Claude Code

Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.

not rated 11 13d ago A 84 tokens copy · 100% Apache-2.0

hqq-quantization

44

liortesta/ClawdAgent

Skill Claude Code

Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.

not rated 11 13d ago A 58 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

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 11 13d ago A 68 tokens copy · 100% Apache-2.0

liortesta/ClawdAgent

Skill Claude Code

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 11 13d ago A 85 tokens copy · 89% Apache-2.0

nemo-evaluator-sdk

47

liortesta/ClawdAgent

Skill Claude Code

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 11 13d ago A 76 tokens copy · 100% Apache-2.0

llama-cpp

48

liortesta/ClawdAgent

Skill Claude Code

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 11 13d ago A 76 tokens copy · 100% Apache-2.0

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: