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

Novelty Assessment

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

novelty-assessment provides documented workflows for Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision

About

The novelty-assessment skill assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committing to a research direction. # Novelty Assessment Rigorously assess whether a research idea is novel through systematic literature search. ## Input - `$0` - Research idea description, title, or JSON file ## Scripts ### Automated novelty check ```bash python ~/.claude/skills/idea-generation/scripts/novelty_check.py \ --idea "Your research idea description" \ --max-rounds 10 --output novelty_report.json ``` ### Literature search ```bash python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 10 ``` ## References - Assessment prompts and criteria: `~/.claude/skills/novelty-assessment/references/assessment-prompts.md` ## Workflow ### Step 1: Understand the Idea - Identify the core contribution - List the key technical components - Determine the research area and subfield ### Step 2: Multi-Round Literature Search (up to 10 rounds) For each round: 1. Generate a targeted search query 2. Search Seman.

  • `$0` - Research idea description, title, or JSON file
  • Assessment prompts and criteria: `~/.claude/skills/novelty-assessment/references/assessment-prompts.md`
  • Identify the core contribution
  • List the key technical components
  • Determine the research area and subfield

Novelty Assessment by the numbers

  • 1,348 all-time installs (skills.sh)
  • +44 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #228 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

novelty-assessment capabilities & compatibility

Capabilities
`$0` research idea description, title, or json · assessment prompts and criteria: `~/.claude/skil · identify the core contribution · list the key technical components · determine the research area and subfield
Use cases
documentation · planning
From the docs

What novelty-assessment says it does

# Novelty Assessment Rigorously assess whether a research idea is novel through systematic literature search.
SKILL.md
Search Semantic Scholar / arXiv / OpenAlex 3.
SKILL.md
npx skills add https://github.com/lingzhi227/agent-research-skills --skill novelty-assessment

Add your badge

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

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

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

Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committi.

Who is it for?

Teams invoking novelty-assessment 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?

Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committing to a research dire

What you get

Step-by-step guidance grounded in novelty-assessment documentation and reference files.

  • novelty_report.json
  • Binary novelty verdict with justification

By the numbers

  • Supports up to 10 search rounds via --max-rounds 10
  • Outputs novelty_report.json from novelty_check.py

Files

SKILL.mdMarkdownGitHub ↗

Novelty Assessment

Rigorously assess whether a research idea is novel through systematic literature search.

Input

  • $0 — Research idea description, title, or JSON file

Scripts

Automated novelty check

python ~/.claude/skills/idea-generation/scripts/novelty_check.py \
  --idea "Your research idea description" \
  --max-rounds 10 --output novelty_report.json

Literature search

python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \
  --query "relevant search query" --max-results 10

References

  • Assessment prompts and criteria: ~/.claude/skills/novelty-assessment/references/assessment-prompts.md

Workflow

Step 1: Understand the Idea

  • Identify the core contribution
  • List the key technical components
  • Determine the research area and subfield

Step 2: Multi-Round Literature Search (up to 10 rounds)

For each round: 1. Generate a targeted search query 2. Search Semantic Scholar / arXiv / OpenAlex 3. Review top-10 results with abstracts 4. Assess overlap with the idea 5. Decide: need more searching, or ready to decide

Step 3: Make Decision

  • Novel: After sufficient searching, no paper significantly overlaps
  • Not Novel: Found a paper that significantly overlaps

Step 4: Position the Idea

If novel, identify:

  • Most similar existing papers (for Related Work)
  • How the idea differs from each
  • The specific gap this idea fills

Harsh Critic Persona

Be a harsh critic for novelty. Ensure there is a sufficient contribution
for a new conference or workshop paper. A trivial extension of existing
work is NOT novel. The idea must offer a meaningfully different approach,
formulation, or insight.

Output Format

{
  "decision": "novel" | "not_novel",
  "confidence": "high" | "medium" | "low",
  "justification": "After searching X rounds...",
  "most_similar_papers": [
    {"title": "...", "year": 2024, "overlap": "..."}
  ],
  "differentiation": "Our idea differs because..."
}

Rules

  • Minimum 3 search rounds before declaring novel
  • Try to recall exact paper names for targeted queries
  • A paper idea is NOT novel if it's a trivial extension
  • Consider both methodology novelty AND application novelty
  • Check for concurrent/recent arXiv submissions

Related Skills

  • Upstream: literature-search, deep-research
  • Downstream: idea-generation, research-planning
  • See also: related-work-writing

Related skills

Forks & variants (2)

Novelty Assessment has 2 known copies in the catalog totaling 12 installs. They canonicalize to this original listing.

How it compares

Use novelty-assessment when a justified binary novelty verdict with literature loops is needed instead of a single-pass web search.

FAQ

What does novelty-assessment do?

Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committing to a research dire

When should I use novelty-assessment?

Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committing to a research dire

What are common prerequisites?

--- name: novelty-assessment description: Assess research idea novelty through systematic literature search.

Is Novelty Assessment 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.