Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-rebuttal-scholar

The sibyl-rebuttal-scholar skill generates a specialized prompt for an AI agent designed to search academic literature and collect supporting evidence for research rebuttals. Use this skill during iterative research cycles when building counter-arguments, where the agent needs to systematically find and compile citations that strengthen a position against existing claims or arguments.

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

SKILL.md

!`SIBYL_WORKSPACE="$ARGUMENTS[0]" ROUND_NUM="$ARGUMENTS[1]" .venv/bin/python3 -c "from sibyl.rebuttal.prompt_helpers import render_rebuttal_skill_prompt; import os; print(render_rebuttal_skill_prompt('rebuttal_scholar', workspace_path=os.environ.get('SIBYL_WORKSPACE',''), round_num=int(os.environ.get('ROUND_NUM','1') or '1')))"`

AGENT_NAME: sibyl-rebuttal-scholar
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]
Round: $ARGUMENTS[1]