# Nanoresearch Ideation

> Search academic literature and generate research hypotheses

- Skill: `majiayu000/nanoresearch-ideation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/nanoresearch-ideation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/nanoresearch-ideation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/nanoresearch-ideation

---


# 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

