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.
Skill Analysis
Skills (99)
Brief third-person description of what this skill does and when to use it. Include key terms and triggers for discovery. Maximum 1024 characters.
bashOrchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear opti...
jsonExtend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-1...
bashpythonTrain Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs ...
bashjsonpythonMerge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-sp...
bashpythonyamlCompress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performanc...
bashpythonReduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving ...
bashpythonAccelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1....
bashpythonWrite publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, ve...
bashbibtexjsonlatexpythonGenerates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relati...
pythonComprehensive guide for writing systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides paragraph-level structural blueprints, writin...
textGenerates conference presentation slides (Beamer LaTeX PDF and editable PPTX) from a compiled paper with speaker notes and talk script. Use when prepa...
latexpythontextAnthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF...
pythonMeta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, sel...
bashpythonNVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection,...
bashpythonMeta'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...
bashpythonFacebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index ...
bashpythonHigh-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor...
bashpythonFramework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrie...
bashpythonOpen-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
- 773a5292026-06-16release: v1.7.2 — ship Qoder agent auto-detection to npmzechenzhangAGI
- 7590d562026-06-16feat(agents): add Qoder to supported agents (#29)markfu909
- b6d48ad2026-06-16feat(model-merging): add unsupervised coefficient tuning via generation consistency (#34)Yiyang Du
- c62ccde2026-06-15fix(release): v1.7.1 — repair lockfile sync and pin deps to patched versions (#62)Zechen Zhang
- c20149a2026-06-15release: v1.7.0 — inventory consistency, drift guard & security hardening (#61)Zechen Zhang
- f8afc972026-06-15docs: correct skill/category inventory to 98/23 + add drift guard (#60)Zechen Zhang
- ee806fb2026-06-15fix(security): pin npm dependency versions to exact ranges (#53)xiaolai
- 28f2d292026-04-28feat: add Agent-Native Research Artifact (ARA) category — 23rd, 3 skillszechenzhangAGI
- 9aff7502026-04-13fix: correct welcome screen defaults and sync package-lock.jsonAmberLJC
- 684be662026-04-13Merge pull request #51 from RUFFY-369/feat/hermes-agent-supportJiachen LIU