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 (92)
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.
bashLanguage-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), ...
bashpythonFast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram al...
bashpythonManaged 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...
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...
bashpythonSimplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic de...
bashjsonpythonDistributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tunin...
bashpythonExpert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention
pythonTrains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parame...
bashAdds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use w...
High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scale...
bashpythonPyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text de...
bashpythonState-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, perfor...
bashpythonOpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M...
bashpythonLarge Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA l...
bashpythonFine-tunes and evaluates OpenVLA-OFT and OpenVLA-OFT+ policies for robot action generation with continuous action heads, LoRA adaptation, and FiLM con...
bashpythontext
Recent Commits
- a7289542026-03-26fix: update marketplace.json to include academic-plotting skillAmberLJC
- 415c7702026-03-26refactor: restructure ml-paper-writing skill into nested directoryAmberLJC
- df415cd2026-03-25Merge pull request #41 from Orchestra-Research/add-academic-plotting-skillJiachen LIU
- 6710bc72026-03-25feat: add Academic Plotting skill and scientific-plotting demoAmberLJC
- e1897fa2026-03-24docs: add concrete OpenClaw cron.add instructions to autoresearch skillzechenzhangAGI
- 31d60752026-03-22chore: Gitignore marketing drafts and image in autoresearch skillzechenzhangAGI
- 28d8b962026-03-20docs: add contributors widget and clean up contributing sectionAmberLJC
- e839f602026-03-20Merge pull request #39 from tang-vu/contribai/fix/security/critical-prompt-injection-in-claude-codeJiachen LIU
- a515c5e2026-03-18fix(security): critical prompt injection in claude code github actionTang Vu
- 085c4802026-03-17Merge pull request #35 from ckd0817/add-swanlab-skillJiachen LIU