Skip to content

AI-research-SKILLs

by Orchestra-Research

Comprehensive open-source library of AI research and engineering skills for any AI model. Package the skills and your claude code/codex/gemini agent will be an AI research agent with full horsepower. Maintained by Orchestra Research.

About

Comprehensive open-source library of AI research and engineering skills for any AI model. Package the skills and your claude code/codex/gemini agent will be an AI research agent with full horsepower. Maintained by Orchestra Research.

11,074
Stars
99
Skill Files
815
Forks
24
PRs Merged
17
Contributors
9
Issues Open
23
Issues Closed
2026-06-16
Last Activity

Skill Analysis

403
Avg Lines / Skill
1,563
Avg Words / Skill
1653
Code Blocks
529
Total Files
23.45 MB
Repo Size
267
Reference Files
Skill lines81 min / 406 median / 983 max
Code languagesbash, bibtex, http, javascript, json, latex, markdown, python, text, toml, yaml
Frontmatter keysauthor, dependencies, description, license, name, tags, version
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (400), sty (15), tex (15), pdf (11), png (10), tsx (10), bib (9), json (7), js (6), py (5)

Skills (99)

  • example-skill-name
    v1.0.0MIT107 lines275 words6 blocks

    Brief third-person description of what this skill does and when to use it. Include key terms and triggers for discovery. Maximum 1024 characters.

    bash
  • autoresearch
    v1.0.0MIT412 lines3571 words7 blocks

    Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear opti...

    json
  • long-context
    v1.0.0MIT537 lines1796 words18 blocks

    Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-1...

    bashpython
  • moe-training
    v1.0.0MIT527 lines1659 words20 blocks

    Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs ...

    bashjsonpython
  • model-merging
    v1.0.0MIT498 lines1528 words23 blocks

    Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-sp...

    bashpythonyaml
  • knowledge-distillation
    v1.0.0MIT459 lines1416 words15 blocks

    Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performanc...

    bashpython
  • model-pruning
    v1.0.0MIT496 lines1518 words16 blocks

    Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving ...

    bashpython
  • speculative-decoding
    v1.0.0MIT468 lines1625 words17 blocks

    Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1....

    bashpython
  • ml-paper-writing
    v1.2.0MIT983 lines5246 words28 blocks

    Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, ve...

    bashbibtexjsonlatexpython
  • academic-plotting
    v1.0.0MIT480 lines2845 words12 blocks

    Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relati...

    python
  • systems-paper-writing
    v1.1.0MIT271 lines2028 words2 blocks

    Comprehensive guide for writing systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides paragraph-level structural blueprints, writin...

    text
  • presenting-conference-talks
    v1.0.0MIT299 lines1515 words10 blocks

    Generates conference presentation slides (Beamer LaTeX PDF and editable PPTX) from a compiled paper with speaker notes and talk script. Use when prepa...

    latexpythontext
  • constitutional-ai
    v1.0.0MIT291 lines966 words14 blocks

    Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF...

    python
  • llamaguard
    v1.0.0MIT338 lines977 words13 blocks

    Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, sel...

    bashpython
  • nemo-guardrails
    v1.0.0MIT298 lines893 words10 blocks

    NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection,...

    bashpython
  • prompt-guard
    v1.0.0MIT313 lines1080 words12 blocks

    Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). M...

    bashpython
  • faiss
    v1.0.0MIT222 lines677 words10 blocks

    Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index ...

    bashpython
  • qdrant-vector-search
    v1.0.0MIT494 lines1271 words19 blocks

    High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor...

    bashpython
  • sentence-transformers
    v1.0.0MIT256 lines712 words11 blocks

    Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrie...

    bashpython
  • chroma
    v1.0.0MIT407 lines970 words17 blocks

    Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-f...

    bashpython

Recent Commits

-292 contributions across all repos
JunJulAugSepOctNovDecJanFebMarAprMayJun
Less
More
  • 773a5292026-06-16
    release: v1.7.2 — ship Qoder agent auto-detection to npm
    zechenzhangAGI
  • 7590d562026-06-16
    feat(agents): add Qoder to supported agents (#29)
    markfu909
  • b6d48ad2026-06-16
    feat(model-merging): add unsupervised coefficient tuning via generation consistency (#34)
    Yiyang Du
  • c62ccde2026-06-15
    fix(release): v1.7.1 — repair lockfile sync and pin deps to patched versions (#62)
    Zechen Zhang
  • c20149a2026-06-15
    release: v1.7.0 — inventory consistency, drift guard & security hardening (#61)
    Zechen Zhang
  • f8afc972026-06-15
    docs: correct skill/category inventory to 98/23 + add drift guard (#60)
    Zechen Zhang
  • ee806fb2026-06-15
    fix(security): pin npm dependency versions to exact ranges (#53)
    xiaolai
  • 28f2d292026-04-28
    feat: add Agent-Native Research Artifact (ARA) category — 23rd, 3 skills
    zechenzhangAGI
  • 9aff7502026-04-13
    fix: correct welcome screen defaults and sync package-lock.json
    AmberLJC
  • 684be662026-04-13
    Merge pull request #51 from RUFFY-369/feat/hermes-agent-support
    Jiachen LIU