lingzhi227/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 novelty.
npx skills add https://github.com/lingzhi227/agent-research-skills --skill idea-generation
Generate and refine novel research ideas with literature-backed novelty assessment.
$0 — Research area, task description, or existing codebase context$1 — Optional: additional context (e.g., "for NeurIPS", constraints)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.
~/.claude/skills/idea-generation/references/ideation-prompts.mdGiven a research area and optional code/paper context:
For each idea:
For each promising idea:
novelty_check.py or manually search Semantic Scholar / arXiv{
"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"]
}
Take lingzhi227/idea-generation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.