ihatesea69/HieuNghi-AI-Skills

101 curated Agent Skills for Claude Code, GitHub Copilot, Cursor, and Gemini CLI. Covers React/Next.js, Postgres, HuggingFace ML, AI research engineering (vLLM, DeepSpeed, LangChain, RAG, fine-tuning) and dev.to blog writing.

This repository also configures its own agents. See what HieuNghi-AI-Skills tells them →

3Stars on the repository
116Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

verl-rl-training

25

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 51 tokens copy · 100% MIT

constitutional-ai

26

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 58 tokens copy · 100% MIT

llamaguard

27

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 74 tokens copy · 100% MIT

nemo-guardrails

28

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago B 61 tokens copy · 100% MIT

prompt-guard

29

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago B 65 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 69 tokens copy · 88% MIT

deepspeed

31

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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

not rated 3 6mo ago B 38 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 82 tokens copy · 100% MIT

pytorch-fsdp2

33

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 61 tokens copy · 100% MIT

pytorch-lightning

34

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 59 tokens copy · 86% MIT

ray-train

35

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 63 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

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 3 6mo ago C 47 tokens copy · 91% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 42 tokens copy · 89% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 51 tokens copy · 100% MIT

awq-quantization

39

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 79 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 83 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 78 tokens copy · 75% MIT

gguf-quantization

42

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 48 tokens copy · 100% MIT

gptq

43

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 84 tokens copy · 100% MIT

hqq-quantization

44

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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 3 6mo ago A 58 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

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 3 6mo ago A 68 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

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 3 6mo ago A 85 tokens copy · 89% MIT

nemo-evaluator-sdk

47

ihatesea69/HieuNghi-AI-Skills

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 3 6mo ago A 76 tokens copy · 100% MIT

llama-cpp

48

ihatesea69/HieuNghi-AI-Skills

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 3 6mo ago A 76 tokens copy · 100% MIT

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: