Skip to main content
ClaudeWave
Skill254 estrellas del repoactualizado 2mo ago

sibyl-rebuttal-advocate

The sibyl-rebuttal-advocate skill generates a comprehensive defense prompt for academic papers by exhaustively examining multiple angles and counterarguments. Use this during peer review simulation workflows when you need an agent to systematically construct rebuttals to anticipated criticisms, protecting paper claims across successive evaluation rounds within the Sibyl AutoResearch system.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-rebuttal-advocate && cp -r /tmp/sibyl-rebuttal-advocate/.claude/skills/sibyl-rebuttal-advocate ~/.claude/skills/sibyl-rebuttal-advocate
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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_advocate', workspace_path=os.environ.get('SIBYL_WORKSPACE',''), round_num=int(os.environ.get('ROUND_NUM','1') or '1')))"`

AGENT_NAME: sibyl-rebuttal-advocate
AGENT_TIER: sibyl-light
SIBYL_ROOT: /Users/cwan0785/sibyl-system

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