AI & Machine Learning skills
Instruction sets that teach Claude Code how to handle a specific, repeatable task.
612 of 2,255 entries
benchmark-methodology
★ 229,918>-
affaan-mupdated 15d agoMITeval-harness
★ 229,918Framework formal de evaluación para sesiones de Claude Code que implementa principios de desarrollo orientado a evals (EDD)
affaan-mupdated 15d agoMITswift-actor-persistence
★ 229,918Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.
affaan-mupdated 15d agoMITmle-workflow
★ 229,918Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.
affaan-mupdated 15d agoMITexcalidraw
★ 215,185Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).
NousResearchupdated 14d agoMITaudiocraft-audio-generation
★ 215,185AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
NousResearchupdated 14d agoMITtest-driven-development
★ 215,185TDD: enforce RED-GREEN-REFACTOR, tests before code.
NousResearchupdated 14d agoMITstripe-link-cli
★ 215,185Agent payments via Stripe Link — cards, SPT, approvals.
NousResearchupdated 14d agoMITgoogle_meet
★ 215,185Join a Google Meet call, transcribe live captions, optionally speak in realtime, and do the followup work afterwards. Use when the user asks the agent to sit in on a meeting, take notes, summarize, respond in-call, or action items from it.
NousResearchupdated 14d agoMITobliteratus
★ 215,185OBLITERATUS: abliterate LLM refusals (diff-in-means).
NousResearchupdated 14d agoMITfine-tuning-with-trl
★ 215,185TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.
NousResearchupdated 14d agoMITgithub-auth
★ 215,185GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
NousResearchupdated 14d agoMITserving-llms-vllm
★ 215,185vLLM: high-throughput LLM serving, OpenAI API, quantization.
NousResearchupdated 14d agoMITaxolotl
★ 215,185Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).
NousResearchupdated 14d agoMITgodmode
★ 215,185Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.
NousResearchupdated 14d agoMITpeft-fine-tuning
★ 215,185Parameter-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.
NousResearchupdated 14d agoMITparallel-cli
★ 215,185Optional vendor skill for Parallel CLI — agent-native web search, extraction, deep research, enrichment, FindAll, and monitoring. Prefer JSON output and non-interactive flows.
NousResearchupdated 14d agoMIToutlines
★ 215,185Outlines: structured JSON/regex/Pydantic LLM generation.
NousResearchupdated 14d agoMITmpp-agent
★ 215,185Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
NousResearchupdated 14d agoMITagentmail
★ 215,185Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. [email protected]).
NousResearchupdated 14d agoMIT1password
★ 215,185Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
NousResearchupdated 14d agoMITtensorrt-llm
★ 215,185Optimizes 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.
NousResearchupdated 14d agoMITdspy
★ 215,185DSPy: declarative LM programs, auto-optimize prompts, RAG.
NousResearchupdated 14d agoMITchroma
★ 215,185Open-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 projects.
NousResearchupdated 14d agoMITadversarial-ux-test
★ 215,185Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues only.
NousResearchupdated 14d agoMITantigravity-cli
★ 215,185Operate the Antigravity CLI (agy): plugins, auth, sandbox.
NousResearchupdated 14d agoMITclip
★ 215,185OpenAI'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.
NousResearchupdated 14d agoMITbaoyu-article-illustrator
★ 215,185Article illustrations: type × style × palette consistency.
NousResearchupdated 14d agoMITweights-and-biases
★ 215,185W&B: log ML experiments, sweeps, model registry, dashboards.
NousResearchupdated 14d agoMITcomputer-use
★ 215,185|
NousResearchupdated 14d agoMITsimplify-code
★ 215,185Parallel 3-agent cleanup of recent code changes.
NousResearchupdated 14d agoMITnode-inspect-debugger
★ 215,185Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
NousResearchupdated 14d agoMITheartmula
★ 215,185HeartMuLa: Suno-like song generation from lyrics + tags.
NousResearchupdated 14d agoMITnano-pdf
★ 215,185Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
NousResearchupdated 14d agoMITllm-wiki
★ 215,185Karpathy's LLM Wiki: build/query interlinked markdown KB.
NousResearchupdated 14d agoMITpytorch-fsdp
★ 215,185Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2
NousResearchupdated 14d agoMITbaoyu-comic
★ 215,185Knowledge comics (知识漫画): educational, biography, tutorial.
NousResearchupdated 14d agoMITsongwriting-and-ai-music
★ 215,185Songwriting craft and Suno AI music prompts.
NousResearchupdated 14d agoMITsimpo-training
★ 215,185Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.
NousResearchupdated 14d agoMITapple-notes
★ 215,185Manage Apple Notes via memo CLI: create, search, edit.
NousResearchupdated 14d agoMITmemento-flashcards
★ 215,185>-
NousResearchupdated 14d agoMITocr-and-documents
★ 215,185Extract text from PDFs/scans (pymupdf, marker-pdf).
NousResearchupdated 14d agoMITunsloth
★ 215,185Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.
NousResearchupdated 14d agoMITsparse-autoencoder-training
★ 215,185Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.
NousResearchupdated 14d agoMITevaluating-llms-harness
★ 215,185lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).
NousResearchupdated 14d agoMITguidance
★ 215,185Control 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
NousResearchupdated 14d agoMITsystematic-debugging
★ 215,1854-phase root cause debugging: understand bugs before fixing.
NousResearchupdated 14d agoMITinstructor
★ 215,185Extract 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
NousResearchupdated 14d agoMIThermes-agent
★ 215,185Configure, extend, or contribute to Hermes Agent.
NousResearchupdated 14d agoMITstable-diffusion-image-generation
★ 215,185State-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.
NousResearchupdated 14d agoMITopenhands
★ 215,185Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).
NousResearchupdated 14d agoMIThoncho
★ 215,185Configure and use Honcho memory with Hermes -- cross-session user modeling, multi-profile peer isolation, observation config, dialectic reasoning, session summaries, and context budget enforcement. Use when setting up Honcho, troubleshooting memory, managing profiles with Honcho peers, or tuning observation, recall, and dialectic settings.
NousResearchupdated 14d agoMITinference-sh-cli
★ 215,185Run 150+ AI apps via inference.sh CLI (infsh) — image generation, video creation, LLMs, search, 3D, social automation. Uses the terminal tool. Triggers: inference.sh, infsh, ai apps, flux, veo, image generation, video generation, seedream, seedance, tavily
NousResearchupdated 14d agoMIThuggingface-tokenizers
★ 215,185Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.
NousResearchupdated 14d agoMIThere.now
★ 215,185Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff.
NousResearchupdated 14d agoMIToptimizing-attention-flash
★ 215,185Optimizes 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 window attention.
NousResearchupdated 14d agoMITblackbox
★ 215,185Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requires the blackbox CLI and a Blackbox AI API key.
NousResearchupdated 14d agoMIThuggingface-accelerate
★ 215,185Simplest 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.
NousResearchupdated 14d agoMITsegment-anything-model
★ 215,185SAM: zero-shot image segmentation via points, boxes, masks.
NousResearchupdated 14d agoMITimessage
★ 215,185Send and receive iMessages/SMS via the imsg CLI on macOS.
NousResearchupdated 14d agoMIT