@orchestra-research/ai-research-skills
v1.2.1
Published
Install AI research engineering skills to your coding agents (Claude Code, OpenCode, Cursor, Gemini CLI, and more)
Readme
@orchestra-research/ai-research-skills
Install AI research engineering skills to your coding agents (Claude Code, OpenCode, Cursor, Gemini CLI, and more).
npx @orchestra-research/ai-research-skillsFeatures
- 83 skills across 20 categories for AI research engineering
- Auto-detects installed coding agents
- Interactive installer with guided experience
- One canonical copy with symlinks to all agents
- Works with 8 agents: Claude Code, OpenCode, OpenClaw, Cursor, Codex, Gemini CLI, Qwen Code, and shared
.agents/
Quick Start
Run the interactive installer:
npx @orchestra-research/ai-research-skillsThis will:
- Detect your installed coding agents
- Let you choose what to install (everything, categories, or quick start bundle)
- Download skills from GitHub
- Create symlinks to each agent's skills directory
Commands
# Interactive mode (recommended)
npx @orchestra-research/ai-research-skills
# Install everything
npx @orchestra-research/ai-research-skills install --all
# Install a specific category
npx @orchestra-research/ai-research-skills install post-training
# List installed skills
npx @orchestra-research/ai-research-skills list
# Update all skills
npx @orchestra-research/ai-research-skills updateCategories
| Category | Skills | Description | |----------|--------|-------------| | Model Architecture | 6 | LitGPT, Mamba, TorchTitan, Megatron... | | Post-Training | 8 | GRPO, verl, slime, miles, torchforge... | | Fine-Tuning | 5 | Axolotl, Unsloth, PEFT, Torchtune... | | Distributed Training | 6 | DeepSpeed, FSDP, Megatron... | | Inference Serving | 4 | vLLM, TensorRT-LLM, SGLang... | | Optimization | 6 | Flash Attention, GPTQ, AWQ... | | And 14 more... | | |
How It Works
- Canonical Storage: Skills are stored once at
~/.agents/skills/ - Symlinks: Each agent gets symlinks pointing to the canonical copy
- Auto-activation: Skills activate when you discuss relevant topics
~/.agents/skills/ # Single source of truth
├── 06-post-training/
│ ├── verl/
│ └── grpo-rl-training/
└── ...
~/.claude/skills/ # Symlinks for Claude Code
├── verl → ~/.agents/skills/.../verl
└── grpo-rl-training → ...
~/.cursor/skills/ # Symlinks for Cursor
└── (same links)Supported Agents
| Agent | Config Directory |
|-------|-----------------|
| Claude Code | ~/.claude |
| OpenCode | ~/.config/opencode |
| OpenClaw | ~/.openclaw |
| Cursor | ~/.cursor |
| Codex (OpenAI) | ~/.codex |
| Gemini CLI | ~/.gemini |
| Qwen Code | ~/.qwen |
| Shared Agents | ~/.agents |
License
MIT - Orchestra Research
