Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
These skill files turn an agent into a research assistant that can design experiments, train models, interpret internals, audit safety, and deploy inference. They are built for AI research scientists, LLM fine-tuning engineers, distributed training engineers, and MLOps teams who need reproducible, agent-guided workflows across the full model lifecycle.
WHO IT'S FOR
AI Research Scientists
orchestrating autonomous research experiments
LLM Fine-Tuning Engineers
fine-tuning models with RL and preference optimization
Distributed Training Engineers
scaling LLM training across GPU clusters
MLOps and Infrastructure Teams
managing experiment tracking and GPU infrastructure
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
I’m using
Interactive complete bundle
Installs: Complete bundle of all 98 AI Research Skills, including the autoresearch orchestration layer; the interactive installer also offers quickstart, category, and individual selections. · Claude Code, Hermes Agent, OpenCode, Qoder, Cursor, Gemini CLI
Run the documented interactive installer in a terminal. When it presents the available scopes, select the “everything” choice to install all 98 skills rather than the quickstart, a category, or an individual skill. The installer detects installed coding agents and installs skills under ~/.orchestra/skills/, using symlinks or a Windows copy fallback.
Installs: Complete bundle of all 98 AI Research Skills, including the autoresearch orchestration layer. · Claude Code, Hermes Agent, OpenCode, Qoder, Cursor, Gemini CLI
Enter the following text in an AI-agent session; it is not a terminal command.
Read https://www.orchestra-research.com/ai-research-skills/welcome.md and follow the instructions to install and use AI Research Skills.
Using the axolotl skill, review my Axolotl YAML snippet for FSDP version 2 and return a corrected minimal FSDP section. Check that context_parallel_size divides my total GPU count, and briefly identify any setting you changed. Do not run training.
Path to a raw-text corpus to substitute for data.txt
Using the sentencepiece skill, draft a small starter consisting of a BPE training command with an 8,000-token vocabulary and a minimal Python encode/decode example. Treat data.txt as a sample placeholder and tell me to replace it with the path to my raw-text corpus. Do not execute anything.
Hardware type: CPU-only, Apple Silicon, AMD GPU, or NVIDIA GPU
Local GGUF model path
Prompt text
Using the llama-cpp skill, recommend a suitable default GGUF quantization for my local hardware and draft a simple, non-interactive llama-cli chat command using the local model path and prompt I provide. Explain any GPU-layer offloading choice, but do not download a model or run the command.