Skip to main content

← All sources

AI Research Skills skills

80 AI research skills — literature survey, ideation, experiment execution, paper writing skills-hub.ai mirrors 98 skills from AI Research Skills daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/Orchestra-Research/AI-Research-SKILLs

Installing a AI Research Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a AI Research Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all AI Research Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=ai-research

# Browse all sources
open https://skills-hub.ai/sources

Top AI Research Skills skills

See all →

The most-installed skills from AI Research Skills, ranked by adoption.

  1. 01brainstorming-research-ideas

    4 installs

    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.

    Researchfrom AI Research Skills
  2. 02autogpt-agents

    4 installs

    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.

    Researchfrom AI Research Skills
  3. 03ml-paper-writing

    3 installs

    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. For systems venues (OSDI, NSDI, ASPLOS, SOSP), use systems-paper-writing instead.

    Researchfrom AI Research Skills
  4. 04skypilot-multi-cloud-orchestration

    3 installs

    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.

    Researchfrom AI Research Skills
  5. 05huggingface-tokenizers

    3 installs

    Fast 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.

    Researchfrom AI Research Skills
  6. 06langchain

    2 installs

    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 applications. Best for rapid prototyping and production deployments.

    Researchfrom AI Research Skills
  7. 07whisper

    2 installs

    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 ASR.

    Researchfrom AI Research Skills
  8. 08creative-thinking-for-research

    2 installs

    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.

    Researchfrom AI Research Skills
  9. 09nemo-curator

    1 installs

    GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.

    Researchfrom AI Research Skills
  10. 10mamba-architecture

    1 installs

    State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.

    Researchfrom AI Research Skills
  11. 11ray-train

    1 installs

    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.

    Researchfrom AI Research Skills
  12. 12sglang

    1 installs

    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.

    Researchfrom AI Research Skills
  13. 13llamaguard

    1 installs

    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.

    Researchfrom AI Research Skills
  14. 14gguf-quantization

    1 installs

    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.

    Researchfrom AI Research Skills
  15. 15modal-serverless-gpu

    1 installs

    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.

    Researchfrom AI Research Skills
  16. 16blip-2-vision-language

    1 installs

    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.

    Researchfrom AI Research Skills
  17. 17evolving-ai-agents

    1 installs

    Provides guidance for automatically evolving and optimizing AI agents across any domain using LLM-driven evolution algorithms. Use when building self-improving agents, optimizing agent prompts and skills against benchmarks, or implementing automated agent evaluation loops.

    Buildfrom AI Research Skills
  18. 18qdrant-vector-search

    1 installs

    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.

    Researchfrom AI Research Skills
  19. 19nnsight-remote-interpretability

    1 installs

    Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.

    Researchfrom AI Research Skills
  20. 20unsloth

    1 installs

    Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

    Researchfrom AI Research Skills
  21. 21ara-compiler

    1 installs

    Compiles any research input — PDF papers, GitHub repositories, experiment logs, code directories, or raw notes — into a complete Agent-Native Research Artifact (ARA) with cognitive layer (claims, concepts, heuristics), physical layer (configs, code stubs), exploration graph, and grounded evidence. Use when ingesting a paper or codebase into a structured, machine-executable knowledge package, building an ARA from scratch, or converting research outputs into a falsifiable, agent-traversable form.

    Buildfrom AI Research Skills
  22. 22nemo-evaluator-sdk

    1 installs

    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.

    Researchfrom AI Research Skills
  23. 23pinecone

    1 installs

    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.

    Researchfrom AI Research Skills
  24. 24evaluating-code-models

    1 installs

    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.

    Researchfrom AI Research Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jul 30, 2026, 5:45 PM (success).

AI Research Skills skills, frequently asked

What are AI Research Skills skills?

AI Research Skills skills are AI coding skills published by AI Research Skills (80 AI research skills — literature survey, ideation, experiment execution, paper writing) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many AI Research Skills skills are available?

skills-hub.ai indexes 98 skills from AI Research Skills, synced daily from the upstream GitHub repository (https://github.com/Orchestra-Research/AI-Research-SKILLs).

How do I install a AI Research Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official AI Research Skills skills?

Yes. Every skill from this source is mirrored from AI Research Skills's own GitHub repository (https://github.com/Orchestra-Research/AI-Research-SKILLs). Each skill page links back to the upstream source of truth, so you can verify the original.