NanoResearch skills
๐ฆ+๐ฌ NanoResearch: The Autonomous AI Research Assistant 16 skills. skills-hub.ai mirrors 16 skills from NanoResearch daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/OpenRaiser/NanoResearch
Installing a NanoResearch skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a NanoResearch skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all NanoResearch skills via API
curl https://skills-hub.ai/api/v1/skills?source=nanoresearch
# Browse all sources
open https://skills-hub.ai/sourcesTop NanoResearch skills
See all โThe most-installed skills from NanoResearch, ranked by adoption.
01nanoresearch-experiment
Generate a Python code skeleton from an experiment blueprint
Buildfrom NanoResearch02nanoresearch-planning
Produce an experiment blueprint from a research hypothesis
Buildfrom NanoResearch03academic-plotting
Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn. Use when creating any figure for a conference paper.
Buildfrom NanoResearch04huggingface-accelerate
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
Buildfrom NanoResearch05brainstorming-research-ideas
Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work.
Buildfrom NanoResearch06evaluating-llms-harness
Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.
Buildfrom NanoResearch07peft-fine-tuning
Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.
Buildfrom NanoResearch08ml-paper-writing
Write publication-ready ML/AI/Systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
Buildfrom NanoResearch09unsloth
Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
Buildfrom NanoResearch10ray-data
Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.
Buildfrom NanoResearch11nanoresearch-ideation
Search academic literature and generate research hypotheses
Buildfrom NanoResearch12nanoresearch-writing
Draft a LaTeX research paper from all previous stage outputs
Buildfrom NanoResearch13autoresearch
Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes results, identifies patterns, and steers research direction. Routes to domain-specific skills for execution, supports continuous agent operation via Claude Code /loop and OpenClaw heartbeat, and produces research presentations and papers. Use when starting a research project, running autonomous experiments, or managing a multi-hypothesis research effort.
Buildfrom NanoResearch14creative-thinking-for-research
Applies cognitive science frameworks for creative thinking to CS and AI research ideation. Use when seeking genuinely novel research directions by leveraging combinatorial creativity, analogical reasoning, constraint manipulation, and other empirically grounded creative strategies.
Buildfrom NanoResearch15ml-training-recipes
Battle-tested PyTorch training recipes for all domains โ LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing GPU throughput.
Buildfrom NanoResearch16skypilot-multi-cloud-orchestration
Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.
Buildfrom NanoResearch
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Aug 31, 2026, 6:22 PM (success).
NanoResearch skills, frequently asked
What are NanoResearch skills?
NanoResearch skills are AI coding skills published by NanoResearch (๐ฆ+๐ฌ NanoResearch: The Autonomous AI Research Assistant 16 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many NanoResearch skills are available?
skills-hub.ai indexes 16 skills from NanoResearch, synced daily from the upstream GitHub repository (https://github.com/OpenRaiser/NanoResearch).
How do I install a NanoResearch skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official NanoResearch skills?
Yes. Every skill from this source is mirrored from NanoResearch's own GitHub repository (https://github.com/OpenRaiser/NanoResearch). Each skill page links back to the upstream source of truth, so you can verify the original.