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

sglang

49

ihatesea69/HieuNghi-AI-Skills

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

tensorrt-llm

50

ihatesea69/HieuNghi-AI-Skills

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

serving-llms-vllm

51

ihatesea69/HieuNghi-AI-Skills

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

mlflow

52

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform.

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

tensorboard

53

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit.

not rated 3 6mo ago A 32 tokens copy · 100% MIT

weights-and-biases

54

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform.

not rated 3 6mo ago A 39 tokens copy · 91% MIT

autogpt-agents

55

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

not rated 3 6mo ago A 39 tokens copy · 100% MIT

crewai-multi-agent

56

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…

not rated 3 6mo ago A 61 tokens copy · 100% MIT

langchain

57

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…

not rated 3 6mo ago A 79 tokens copy · 100% MIT

llamaindex

58

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

not rated 3 6mo ago A 70 tokens copy · 100% MIT

chroma

59

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source…

not rated 3 6mo ago A 63 tokens copy · 78% MIT

faiss

60

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

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…

not rated 3 6mo ago A 66 tokens copy · 100% MIT

pinecone

61

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

not rated 3 6mo ago A 63 tokens copy · 89% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

not rated 3 6mo ago A 46 tokens copy · 88% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production…

not rated 3 6mo ago A 67 tokens copy · 100% MIT

dspy

64

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming.

not rated 3 6mo ago A 35 tokens copy · 91% MIT

guidance

65

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

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

instructor

66

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library.

not rated 3 6mo ago A 41 tokens copy · 91% MIT

outlines

67

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

not rated 3 6mo ago A 45 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.

not rated 3 6mo ago A 47 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

not rated 3 6mo ago A 54 tokens copy · 86% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.

not rated 3 6mo ago A 52 tokens copy · 100% MIT

clip

72

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

not rated 3 6mo ago A 60 tokens copy · 89% 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: