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

llava

73

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex needs its repo

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best…

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex needs its repo

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

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

whisper

76

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual…

not rated 3 6mo ago B 67 tokens copy · 91% MIT

ihatesea69/HieuNghi-AI-Skills

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

long-context

78

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex needs its repo

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

model-merging

79

ihatesea69/HieuNghi-AI-Skills

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

model-pruning

80

ihatesea69/HieuNghi-AI-Skills

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

moe-training

81

ihatesea69/HieuNghi-AI-Skills

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

ihatesea69/HieuNghi-AI-Skills

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

ml-paper-writing

83

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Applies cognitive science frameworks for creative thinking to CS and AI research ideation. Use when seeking genuinely novel research directions by leveraging combinatorial creativity, analogical reasoning, constraint manipulation, and other empirically grounded creative strategies.

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

blog-writer

86

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Professional blog writing agent for dev.to with SEO-optimized Markdown format. Use when writing technical blogs, tutorials, or experience sharing. Output includes frontmatter with title, tags, series, canonical URL, cover image, and SEO-optimized content.

not rated 3 6mo ago A 53 tokens original MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Generate prompts for blog illustrations in dev.to articles using hand-drawn infographic style. Use when creating concept diagrams, workflows, visual explanations, or in-article graphics.

not rated 3 6mo ago A 37 tokens original MIT

thumbnail-generator

88

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Generate prompts for dev.to blog thumbnail/cover images in hand-drawn infographic style. Use when creating cover images, thumbnails, or featured images for blog posts. Recommended size 1000x420 pixels.

not rated 3 6mo ago A 44 tokens original MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

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

hugging-face-cli

94

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Execute Hugging Face Hub operations using the hf CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run compute jobs on HF infrastructure. Covers authentication, file transfers, repository creation, cache operations, and cloud compute.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset querying/transformation. Designed to work alongside HF MCP server for comprehensive dataset workflows.

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

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex needs its repo

Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.

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