AI Research Skills: The Orchestra Library

Mar 19, 2026

Key Takeaways

  • AI Research Skills by Orchestra Research provides 86 skills across 22 categories for autonomous AI research
  • Compatible with Claude Code, Codex, Gemini, and any agent supporting the SKILL.md standard
  • 5K+ GitHub stars — the go-to skill library for ML researchers
  • The autoresearch meta-skill orchestrates the full loop: ideation → literature review → experiments → paper writing
  • One-command install: npx @orchestra-research/ai-research-skills

What Are AI Research Skills?

AI Research Skills is a library of 86 skills across 22 categories that enables autonomous AI research — from initial idea to published paper.

Core attributes:

  • Developer: Orchestra Research
  • Skills count: 86 across 22 categories
  • Compatibility: Claude Code, Codex, Gemini, any SKILL.md-compatible agent
  • GitHub stars: 5K+
  • Install: npx @orchestra-research/ai-research-skills

The 22 Categories

The skills cover the entire AI/ML research lifecycle:

StageCategories
DiscoveryAutoresearch, Ideation, ML Paper Reading
DesignModel Architecture, Experiment Design
BuildFine-Tuning, Post-Training, Distributed Training
OptimizeOptimization, Inference, Quantization
EvaluateBenchmarking, Evaluation, Ablation Studies
ApplyAgents, RAG, Multimodal, Tool Use
UnderstandMechanistic Interpretability, Emerging Techniques
GovernSafety & Alignment, Ethics
WriteML Paper Writing, Scientific Communication

The Autoresearch Skill

The standout feature is the autoresearch skill — a meta-skill that orchestrates the full research loop:

  1. Idea Generation — brainstorm research questions from a topic
  2. Literature Review — search and summarize related work
  3. Experiment Design — plan the methodology
  4. Implementation — write and run code
  5. Analysis — interpret results, generate plots
  6. Paper Writing — draft the manuscript with proper structure

Trigger with a single prompt:

Use the autoresearch skill to investigate whether sparse attention patterns
in vision transformers can match dense attention on ImageNet while reducing
FLOPs by 50%.

The agent works through the full loop, checking in with you at each stage.


Quick Start

One-Command Install

npx @orchestra-research/ai-research-skills

This copies all 86 skills to your local .claude/skills/ directory (or equivalent for your agent).

Manual Install

git clone https://github.com/Orchestra-Research/AI-Research-SKILLs.git
cp -r AI-Research-SKILLs/skills/* ~/.claude/skills/

Creating Your Own Skills

Orchestra provides a skill creation guide and template:

cat skills/docs/SKILL_CREATION_GUIDE.md
cat skills/docs/SKILL_TEMPLATE.md

Each skill is a Markdown file with:

  • Description — what it does
  • Instructions — step-by-step agent behavior
  • Tools — required APIs/libraries
  • Examples — sample interactions

Who Should Use This?

User TypeUse Case
ML researchersAutomate literature reviews and experiment iterations
PhD studentsStructure papers and run ablation studies
Research engineersBuild reproducible training pipelines
Any developerGive coding agents deep ML research understanding

FAQ

Q1: Does this work with agents other than Claude Code?

Yes. Any agent that supports the SKILL.md standard can use these skills — including Codex, Gemini, and custom agents. The skills are plain Markdown files.

Q2: Can I use individual skills without the full library?

Yes. Each skill is a standalone Markdown file. Copy only the ones you need to your agent's skills directory.

Q3: How do I contribute a new skill?

Follow the SKILL_CREATION_GUIDE.md template. Submit a PR to the GitHub repository with your skill in the appropriate category folder.

Q4: What's the difference between this and K-Dense Scientific Skills?

Orchestra focuses on ML/AI research (model training, benchmarking, paper writing). K-Dense focuses on domain-specific science (bioinformatics, genomics, clinical research). They're complementary — many researchers install both.

Q5: Does autoresearch actually produce publishable papers?

It produces well-structured drafts with literature review, methodology, and results sections. Human review and refinement are still needed for publication quality, but it handles 60–80% of the mechanical work.


Summary

AI Research Skills by Orchestra Research is the most comprehensive skill library for ML research automation. With 86 skills across 22 categories, it covers the full lifecycle from ideation to paper writing. The autoresearch meta-skill is its standout feature — turning a single research question into a structured paper draft.