Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lingzhi227 avatar

Idea Generation

  • 1.4k installs
  • 255 repo stars
  • Updated February 27, 2026
  • lingzhi227/agent-research-skills

idea-generation provides documented workflows for Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use w

About

The idea-generation skill generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions or validating idea novelty. # Idea Generation Generate and refine novel research ideas with literature-backed novelty assessment. ## Input - `$0` - Research area, task description, or existing codebase context - `$1` - Optional: additional context (e.g., "for NeurIPS", constraints) ## Scripts ### Novelty check against Semantic Scholar ```bash python ~/.claude/skills/idea-generation/scripts/novelty_check.py \ --idea "Adaptive attention head pruning via gradient-guided importance" \ --max-rounds 5 ``` Performs iterative literature search to assess if an idea is novel. ## References - Ideation prompts (generation, reflection, novelty): `~/.claude/skills/idea-generation/references/ideation-prompts.md` ## Workflow ### Step 1: Generate Ideas Given a research area and optional code/paper context: 1. Generate 3-5 diverse research ideas 2. For each idea, provide: Name, Title, Experiment plan, and ratings 3. Use the ideation prompt templates from references ### Step.

  • `$0` - Research area, task description, or existing codebase context
  • `$1` - Optional: additional context (e.g., "for NeurIPS", constraints)
  • Ideation prompts (generation, reflection, novelty): `~/.claude/skills/idea-generation/references/ideation-prompts.md`
  • Generate 3-5 diverse research ideas
  • For each idea, provide: Name, Title, Experiment plan, and ratings

Idea Generation by the numbers

  • 1,379 all-time installs (skills.sh)
  • +40 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #218 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

idea-generation capabilities & compatibility

Capabilities
`$0` research area, task description, or exist · `$1` optional: additional context (e.g., "for · ideation prompts (generation, reflection, novelt · generate 3 5 diverse research ideas · for each idea, provide: name, title, experiment
Use cases
documentation · planning
From the docs

What idea-generation says it does

# Idea Generation Generate and refine novel research ideas with literature-backed novelty assessment.
SKILL.md
Generate 3-5 diverse research ideas 2.
SKILL.md
npx skills add https://github.com/lingzhi227/agent-research-skills --skill idea-generation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars255
Security audit2 / 3 scanners passed
Last updatedFebruary 27, 2026
Repositorylingzhi227/agent-research-skills

How do I use idea-generation for the task described in its SKILL.md triggers?

Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions o.

Who is it for?

Teams invoking idea-generation when the user request matches documented triggers and prerequisites.

Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.

When should I use this skill?

Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions or validating idea nov

What you get

Step-by-step guidance grounded in idea-generation documentation and reference files.

  • research experiment ideas
  • deduplicated hypothesis list
  • feasibility-grounded direction brief

By the numbers

  • Prompt templates sourced from 3 research frameworks: AI-Scientist, AI-Scientist-v2, AI-Researcher

Files

SKILL.mdMarkdownGitHub ↗

Idea Generation

Generate and refine novel research ideas with literature-backed novelty assessment.

Input

  • $0 — Research area, task description, or existing codebase context
  • $1 — Optional: additional context (e.g., "for NeurIPS", constraints)

Scripts

Novelty check against Semantic Scholar

python ~/.claude/skills/idea-generation/scripts/novelty_check.py \
  --idea "Adaptive attention head pruning via gradient-guided importance" \
  --max-rounds 5

Performs iterative literature search to assess if an idea is novel.

References

  • Ideation prompts (generation, reflection, novelty): ~/.claude/skills/idea-generation/references/ideation-prompts.md

Workflow

Step 1: Generate Ideas

Given a research area and optional code/paper context: 1. Generate 3-5 diverse research ideas 2. For each idea, provide: Name, Title, Experiment plan, and ratings 3. Use the ideation prompt templates from references

Step 2: Iterative Refinement (up to 5 rounds per idea)

For each idea: 1. Critically evaluate quality, novelty, and feasibility 2. Refine the idea while preserving its core spirit 3. Stop when converged ("I am done") or max rounds reached

Step 3: Novelty Assessment

For each promising idea: 1. Run novelty_check.py or manually search Semantic Scholar / arXiv 2. Use the novelty checking prompts from references 3. Multi-round search: generate queries, review results, decide 4. Binary decision: Novel / Not Novel with justification

Step 4: Rank and Select

  • Score each idea on three dimensions (1-10): Interestingness, Feasibility, Novelty
  • Be cautious and realistic on ratings
  • Select the top idea(s) for development

Output Format

{
  "Name": "adaptive_attention_pruning",
  "Title": "Adaptive Attention Head Pruning via Gradient-Guided Importance Scoring",
  "Experiment": "Detailed implementation plan...",
  "Interestingness": 8,
  "Feasibility": 7,
  "Novelty": 9,
  "novel": true,
  "most_similar_papers": ["paper1", "paper2"]
}

Rules

  • Ideas must be feasible with available resources (no requiring new datasets or massive compute)
  • Do not overfit ideas to a specific dataset or model — aim for wider significance
  • Be a harsh critic for novelty — ensure sufficient contribution for a conference paper
  • Each idea should stem from a simple, elegant question or hypothesis
  • Always check novelty before committing to an idea

Related Skills

  • Upstream: literature-search, deep-research
  • Downstream: research-planning, experiment-design
  • See also: novelty-assessment

Related skills

Forks & variants (2)

Idea Generation has 2 known copies in the catalog totaling 17 installs. They canonicalize to this original listing.

How it compares

Pick idea-generation for lightweight in-agent brainstorming when a full AI-Scientist autonomous pipeline is more than you need.

FAQ

What does idea-generation do?

Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions or validating idea nov

When should I use idea-generation?

Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions or validating idea nov

What are common prerequisites?

--- name: idea-generation description: Generate novel research ideas with iterative refinement and novelty checking against literature.

Is Idea Generation safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.