research-idea-generator

research-idea-generator is a skill for Claude Code from Agentic-Assets/corbis-literature-starter-kit. It costs 37 tokens per session (3,743 once invoked), scanned A, original, MIT.

A method for generating and filtering research questions in finance and real estate. It creates many candidates internally and presents only the ideas that pass its selection process.

In plain words
What is it for?
Use it to develop research topics from practitioner observations, datasets, or existing literature, then rank the strongest surviving ideas.
Why use it?
It reduces the time spent sorting through weak or repetitive ideas and keeps attention on questions connected to gaps between research and real-world behavior.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

Part of the corbis-literature-starter-kit plugin — 6 skills, 6 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to develop research topics from practitioner observations, datasets, or existing literature, then rank the strongest surviving ideas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Agentic-Assets/corbis-literature-starter-kit --skill research-idea-generator
Clone the repo
git clone --depth 1 https://github.com/Agentic-Assets/corbis-literature-starter-kit

Made for: Claude Code.

Or install corbis-literature-starter-kit, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 1 agent, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research-idea-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator/github.svg)](https://agentmods.dev/skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator)
Your own site
<a href="https://agentmods.dev/skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator"><img src="https://agentmods.dev/badge/skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-idea-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator"><img src="https://agentmods.dev/badge/skills/agentic-assets/corbis-literature-starter-kit/research-idea-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,743 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.03743
Opus 5 $0.00018 $0.01871
Sonnet 5 $0.00007 $0.00749
Haiku 4.5 $0.00004 $0.00374

Measured 12d ago against content hash 7937d46a6232, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

research-idea-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/research-idea-generator/SKILL.md · 268 lines

How it starts

The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research Idea Generator

Generate a broad set of candidate research ideas, kill the weak ones internally, and present only the survivors. This skill is a generator with a built-in filter. The user sees 10 ranked ideas; the model generates 25-30 and discards the rest.

The vector-space principle

A good research idea is an arrow from the current literature toward reality. The larger the gap between what economists assume and how the world actually works, the more impactful the idea.

Three idea-source strategies, ranked by effectiveness:

  1. Starting from practitioner reality (strongest): Real-world observations reveal where reality diverges from what economists assume. These observations mark where reality is, letting you draw the arrow from literature to reality.

  2. Starting from a cool dataset (risky): A dataset generates many possible directions but no "hook" connecting to a specific literature-reality gap. Without a question, tinkering with data is unproductive. A dataset is a tool, not an idea.

  3. Starting from the literature (weakest for generation): Reading papers and looking for extensions typically produces marginal additions. Literature knowledge is essential for positioning an idea, but is a poor source of ideas.

Phase 0: Collect user constraints

Before generating anything, collect and record these as hard filters on ranking. An idea that violates a hard constraint cannot rank in the top 5 regardless of its intellectual appeal.

Constraint Question to ask How it binds
Data access What databases, proprietary data, or institutional access do you have? Ideas requiring unavailable data are capped at Medium feasibility
Methods comfort What empirical methods are you comfortable executing? (DiD, RDD, structural, NLP, etc.) Ideas requiring unfamiliar methods are downranked unless a coauthor fills the gap
Field comfort What literatures do you know well enough to position a paper? Ideas in unfamiliar fields require more literature work
Journal ambition Are you targeting a top generalist journal, a strong field journal, or any good outlet? Determines contribution bar
Coauthor skills What complementary skills does a coauthor bring? Relaxes method or field constraints
Timeline How soon do you need a working paper? Long-horizon structural projects vs. quick empirical exercises

Read the full file on GitHub · 268 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 268 lines · 37 tokens per session scan A 7937d46a6232

Subscribe to this mod's changes

research-idea-generator is a skill published in the GitHub repository Agentic-Assets/corbis-literature-starter-kit (11 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 3,743 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

fin-viz-launch

A tool for turning research data and a written description into academic charts. It can choose a suitable chart type, create plotting code with matplotlib or seaborn, and save the result as a high-resolution PDF, SVG, or PNG.

csmar432/finai-research · 45 tokens

finance

Runtime subject skill payload for finance subject activation.

jxpeng98/qiongli · 11 tokens

review-response

Systematic review response workflow from comment analysis to professional rebuttal writing. Use when the user asks to "write rebuttal", "respond to reviewers", "draft review response", or "analyze review comments". Improves paper acceptance rates.

Galaxy-Dawn/claude-scholar · 51 tokens

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

payroll-operations

Runs the pay cycle so it is right, on time, and provable — the calendar and cutoffs, what feeds pay from the HRIS and time systems, gross-to-net and the deductions in it, multi-jurisdiction registration and tax filing, off-cycle payments and corrections, and the reconciliation to the general ledger. Use this to design…

cbrock84/headcount · 104 tokens