Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-novelty-checker

The sibyl-novelty-checker agent validates research idea originality by searching academic literature to identify whether proposed concepts overlap with existing published papers. Use this tool during early-stage research planning to assess novelty and avoid duplicating prior work before investing significant resources in development.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-novelty-checker && cp -r /tmp/sibyl-novelty-checker/.claude/skills/sibyl-novelty-checker ~/.claude/skills/sibyl-novelty-checker
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

!`SIBYL_WORKSPACE="$ARGUMENTS[0]" .venv/bin/python3 -c "from sibyl.orchestrate import render_skill_prompt; import os; ws = os.environ.get('SIBYL_WORKSPACE', ''); print(render_skill_prompt('novelty_checker', workspace_path=ws))"`

AGENT_NAME: sibyl-novelty-checker
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]