Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

ai-research-skillsAI 研究技能

Agent Skill

ai-research-skills 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

318

周安装

13

GitHub Stars

2

下载量

102
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-research-skills(AI 研究技能)
来源仓库:https://github.com/akillness/oh-my-gods
仓库路径:skills/ai-research-skills
安装命令:
npx skills add https://github.com/akillness/oh-my-gods --skill ai-research-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-gods --skill ai-research-skills

简介

用于自动化 AI/ML 全流程研究的技能集合。

  • 覆盖微调、分布式训练与推理优化等场景。
  • 集成 Axolotl、vLLM、DeepSpeed 等主流工具链。
  • 需确认本地计算资源与许可证兼容性。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • ai-research-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI Research Skills

86 skills powering autonomous AI research in 2026 Keyword: ai-research-skills · autoresearch · ml experiments Source: Orchestra-Research/AI-Research-SKILLs | Fork: akillness/AI-Research-SKILLs

When to use this skill

  • Conducting autonomous AI/ML research from idea to paper
  • Fine-tuning LLMs with Axolotl, LLaMA-Factory, PEFT, or Unsloth
  • Running post-training (RLHF, GRPO, DPO, SimPO, verl)
  • Distributed training with Megatron-Core, DeepSpeed, FSDP, or Accelerate
  • Optimizing inference with vLLM, TensorRT-LLM, llama.cpp, or SGLang
  • Building RAG pipelines (Chroma, FAISS, Pinecone, Qdrant)
  • Mechanistic interpretability with TransformerLens, SAELens, pyvene
  • Writing ML papers (LaTeX templates for NeurIPS, ICML, ICLR, ACL)
  • Running ML benchmarks and evaluations (lm-eval-harness, BigCode, NeMo Evaluator)
  • Multimodal tasks: CLIP, Whisper, LLaVA, Stable Diffusion, SAM

Do not use this skill when

  • You need a simple code fix unrelated to ML/AI research
  • You want general software engineering workflows (use omg, bmad, or ralph instead)

Overview: 86 Skills × 22 Categories

CategoryCountKey Skills
Autoresearch1Autonomous research orchestration (central layer)
Model Architecture5LitGPT, Mamba, RWKV, NanoGPT, TorchTitan
Fine-Tuning4Axolotl, LLaMA-Factory, PEFT, Unsloth
Post-Training8TRL, GRPO, OpenRLHF, SimPO, verl, slime, miles, torchforge
Distributed Training6DeepSpeed, FSDP, Accelerate, Megatron-Core, Lightning, Ray Train
Optimization6Flash Attention, bitsandbytes, GPTQ, AWQ, HQQ, GGUF
Inference & Serving4vLLM, TensorRT-LLM, llama.cpp, SGLang
RAG5Chroma, FAISS, Pinecone, Qdrant, Sentence Transformers
Multimodal7CLIP, Whisper, LLaVA, BLIP-2, SAM, Stable Diffusion, AudioCraft
Mech Interp4TransformerLens, SAELens, pyvene, nnsight
Safety & Alignment4Constitutional AI, LlamaGuard, NeMo Guardrails, Prompt Guard
Evaluation3lm-eval-harness, BigCode, NeMo Evaluator
MLOps3W&B, MLflow, TensorBoard
Agents4LangChain, LlamaIndex, CrewAI, AutoGPT
Prompt Engineering4DSPy, Instructor, Guidance, Outlines
Observability2LangSmith, Phoenix
Infrastructure3Modal, Lambda Labs, SkyPilot
Data Processing2NeMo Curator, Ray Data
Tokenization2HuggingFace Tokenizers, SentencePiece
Emerging Techniques6MoE, Model Merging, Long Context, Speculative Decoding, Distillation, Pruning
ML Paper Writing1LaTeX templates (NeurIPS, ICML, ICLR, ACL, AAAI, COLM)
Ideation2Research Brainstorming, Creative Thinking

Instructions

Step 1: Install the library

# Interactive installer (auto-detects Claude Code, Codex, Gemini, Cursor)
npx @orchestra-research/ai-research-skills

# Install all 86 skills non-interactively
npx @orchestra-research/ai-research-skills install --all

# Or use the install script from this skill
bash scripts/install.sh

After installation, restart your agent session so skills are loaded.

Step 2: Start autonomous research (autoresearch)

For full autonomous research (idea → experiments → paper):

Read the autoresearch SKILL.md and follow its instructions to begin.

The autoresearch skill orchestrates:

  1. Literature survey and ideation
  2. Experiment design and execution (routes to domain skills)
  3. Results synthesis and benchmarking
  4. Paper writing with LaTeX templates

Step 3: Use domain skills directly

For targeted work on a specific framework, call the skill by keyword:

# Fine-tuning
fine-tune with axolotl   # → activates axolotl skill

# Post-training / RLHF
run grpo training        # → activates GRPO skill

# Inference optimization
optimize with vllm       # → activates vLLM skill

# Distributed training
setup deepspeed          # → activates DeepSpeed skill

Step 4: Claude Code marketplace (alternative install)

# Add marketplace
/plugin marketplace add orchestra-research/AI-research-SKILLs

# Install by category
/plugin install fine-tuning@ai-research-skills
/plugin install post-training@ai-research-skills
/plugin install inference-serving@ai-research-skills
/plugin install distributed-training@ai-research-skills
/plugin install optimization@ai-research-skills

Step 5: Update or manage skills

# Update all installed skills
npx @orchestra-research/ai-research-skills update

# List installed skills
npx @orchestra-research/ai-research-skills list

Autonomous Research Loop

The autoresearch skill uses a two-loop architecture:

Outer Loop (Synthesis):
  ↓ Research question → Literature survey → Hypothesis
  ↓ Route to domain skills
Inner Loop (Optimization):
  ↓ Run experiment → Collect results → Analyze → Adjust
  ↑ Ratchet improvements via git
  ↓ Synthesize findings → Write paper

This enables fully autonomous overnight GPU experiments (Karpathy-style ratchet via git).


Examples

Example 1: Start autonomous research

Activate ai-research-skills.
Read the autoresearch SKILL.md and begin research on:
"Does LoRA training stability correlate with layer-wise norm heterogeneity?"

The agent will: survey literature → design experiments → fine-tune with LoRA → run benchmarks → analyze results → write paper.

Example 2: Fine-tune Llama 3 with LoRA

Use the fine-tuning skill (axolotl) to fine-tune Llama-3.1-8B with LoRA
on my dataset at ./data/train.jsonl with 4-bit quantization.

Example 3: Optimize inference with vLLM

Set up vLLM for serving Mistral-7B with tensor parallelism on 2 GPUs,
with continuous batching and PagedAttention. Target: <50ms TTFT.

Example 4: Run GRPO post-training

Implement GRPO training for my reward model using TRL.
Dataset: ./data/preferences.json. Base: Llama-3.1-8B-Instruct.

Architecture: Skill Structure

Each of the 86 skills follows this structure:

skill-name/
├── SKILL.md          # Expert guidance (200–600 lines)
├── references/       # Official docs, API refs, GitHub issues, release notes
│   ├── README.md
│   ├── api.md
│   ├── tutorials.md
│   ├── issues.md     # Real GitHub issues with solutions
│   └── releases.md
├── scripts/          # Helper scripts (optional)
└── templates/        # Code templates (optional)

Best practices

  1. Start with autoresearch — it routes to the right domain skills automatically
  2. Restart after install — skills load at session start; restart if newly installed skills aren't recognized
  3. Use the two-loop architecture — let the inner loop optimize, outer loop synthesize
  4. Reference real GitHub issues — each skill's references/issues.md contains battle-tested solutions
  5. Combine with oh-my-gods orchestration — use ralph for persistence, bmad for structured phases, survey for landscape scanning before research

Integration with oh-my-gods

oh-my-gods skillIntegration
surveyPre-research landscape scan before launching autoresearch
ralphPersistent loop — keep autoresearch running until paper complete
bmadStructured phases for the research lifecycle
autoresearchNative skill within this library (enhanced)

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.99%
按下载量换算35

Claude

31.18%
按下载量换算32

Cursor

16.91%
按下载量换算17

Gemini CLI

8.52%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills