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

    21 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. 02unsloth

    6 installs

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

    Researchfrom AI Research Skills
  3. 03autogpt-agents

    5 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
  4. 04ml-paper-writing

    5 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
  5. 05skypilot-multi-cloud-orchestration

    4 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
  6. 06huggingface-tokenizers

    4 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
  7. 07creative-thinking-for-research

    4 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
  8. 08whisper

    3 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
  9. 09evolving-ai-agents

    2 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
  10. 10transformer-lens-interpretability

    2 installs

    Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.

    Researchfrom AI Research Skills
  11. 11langchain

    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
  12. 12lambda-labs-gpu-cloud

    2 installs

    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.

    Researchfrom AI Research Skills
  13. 13sglang

    2 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
  14. 14rwkv-architecture

    1 installs

    RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

    Researchfrom AI Research Skills
  15. 15dspy

    1 installs

    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

    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. 17evaluating-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
  18. 18modal-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
  19. 19openrlhf-training

    1 installs

    High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

    Researchfrom AI Research Skills
  20. 20huggingface-accelerate

    1 installs

    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.

    Researchfrom AI Research Skills
  21. 21qdrant-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
  22. 22simpo-training

    1 installs

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

    Researchfrom AI Research Skills
  23. 23ml-training-recipes

    1 installs

    Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing GPU throughput.

    Buildfrom AI Research Skills
  24. 24fine-tuning-openvla-oft

    1 installs

    Fine-tunes and evaluates OpenVLA-OFT and OpenVLA-OFT+ policies for robot action generation with continuous action heads, LoRA adaptation, and FiLM conditioning on LIBERO simulation and ALOHA real-world setups. Use when reproducing OpenVLA-OFT paper results, training custom VLA action heads (L1 or diffusion), deploying server-client inference for ALOHA, or debugging normalization, LoRA merge, and cross-GPU issues.

    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: Sep 13, 2026, 4:08 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.