Skip to main content
ClaudeWave
Skill1.5k repo starsupdated 17d ago

nanoresearch-ideation

The nanoresearch-ideation skill searches academic literature across arXiv and Semantic Scholar using multiple diverse queries, then analyzes retrieved papers to identify research gaps and generate novel hypotheses. Use this skill when exploring a research topic to discover unexplored areas and develop evidence-based research directions grounded in current literature.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/OpenRaiser/NanoResearch /tmp/nanoresearch-ideation && cp -r /tmp/nanoresearch-ideation/skills/nanoresearch-ideation ~/.claude/skills/nanoresearch-ideation
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Ideation Skill

## Purpose
Search arXiv and Semantic Scholar for papers related to a research topic, perform gap analysis, and generate novel hypotheses.

## Tools Required
- `search_arxiv`: Search arXiv for papers
- `search_semantic_scholar`: Search Semantic Scholar for papers and citations

## Input
- `topic`: The research topic or question to investigate

## Process
1. Generate 5-8 diverse search queries from the topic
2. Search arXiv and Semantic Scholar using each query
3. Deduplicate and rank papers by relevance
4. Analyze the collected papers to identify research gaps
5. Generate 2-4 novel hypotheses that address the identified gaps
6. Select the most promising hypothesis with justification

## Output
Produces `papers/ideation_output.json` containing:
- Retrieved papers with metadata
- Survey summary
- Gap analysis
- Generated hypotheses
- Selected hypothesis with rationale
nanoresearch-experimentSkill

Generate a Python code skeleton from an experiment blueprint

nanoresearch-planningSkill

Produce an experiment blueprint from a research hypothesis

nanoresearch-writingSkill

Draft a LaTeX research paper from all previous stage outputs

autoresearchSkill

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.

academic-plottingSkill

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.

huggingface-accelerateSkill

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.

brainstorming-research-ideasSkill

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.

creative-thinking-for-researchSkill

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.