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)
Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear opti...
jsonBrief third-person description of what this skill does and when to use it. Include key terms and triggers for discovery. Maximum 1024 characters.
bashManaged vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and name...
bashpythonOpen-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-f...
bashpythonFramework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrie...
bashpythonHigh-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor...
bashpythonFacebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index ...
bashpythonAnthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF...
pythonMeta'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...
bashpythonMeta'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,...
bashpythonOpen-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running e...
bashpythonLLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, mo...
bashpythonImplements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model...
bashjsonpythonProvides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek...
bashtomlRNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux ...
bashpythonEducational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpat...
bashpythonState-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-...
bashpythonFast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflow...
bashpythonRuns LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when C...
bash
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