idea-creator

Generates and ranks publishable research ideas through literature surveys, LLM brainstorming, and pilot experiments.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill idea-creator-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: idea-creator
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/idea-creator
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill idea-creator-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a research project from a broad direction is hard: you risk duplicating existing work, picking infeasible experiments, or pursuing ideas reviewers will reject. This Skill systematically converts a research direction into a ranked, empirically validated shortlist of concrete ideas. ## Core Features & Use Cases - Landscape Survey: Scans local paper libraries and recent literature from top venues (NeurIPS, ICML, ICLR, arXiv) to map gaps, contradictions, and untested assumptions. - LLM-Augmented Brainstorming: Uses an external OpenAI model via Codex MCP to generate 8-12 candidate ideas with hypotheses, minimum viable experiments, and risk levels, then filters by feasibility, novelty, and impact. - Parallel Pilot Experiments: Runs cheap GPU pilots (bounded by configurable hour budgets) on the top 2-3 ideas and re-ranks based on empirical signal. - Use Case: A researcher says "find ideas on factorized gaps in discrete diffusion LMs" and receives an IDEA_REPORT.md with ranked ideas, pilot results, eliminated dead ends, and a suggested execution order. ## Quick Start Ask the assistant to generate and rank research ideas for your specific direction, for example by saying "find ideas for sample efficiency of offline RL with image observations".

Frequently Asked Questions about idea-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate research ideas from a broad topic?▼

Provide a specific direction of 1-2 sentences naming the problem, domain, and constraint. The skill surveys recent literature, brainstorms 8-12 candidates with an external LLM, filters by feasibility and novelty, and outputs a ranked report.

How are research ideas validated before committing to full experiments?▼

Top ideas go through novelty checks against recent papers, a devil's-advocate review by an external model, and cheap parallel pilot experiments capped at 2 GPU-hours each. Rankings are updated based on empirical pilot signal.

Can I run idea generation without GPU access?▼

Yes. The pilot experiment phase is skipped when no GPU is available or ideas are purely theoretical. Such ideas are flagged as "needs pilot validation" in the final report instead of being empirically ranked.

What are the compute budget limits for pilot experiments?▼

Pilots are capped at 2 hours per GPU with a 3-hour hard timeout, at most 3 ideas piloted in parallel, and 8 total GPU-hours across all pilots. These budgets can be overridden via the skill argument.

Why does the skill refuse very broad research directions?▼

Directions like "NLP" or "computer vision" produce ideas too vague to experiment on. The skill stops and asks you to narrow to 1-2 sentences specifying the problem, domain, and constraint before generating anything.