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

sibyl-rebuttal-synthesizer

The Sibyl Rebuttal Synthesizer consolidates outputs from research team members into a cohesive rebuttal document. Use this skill when synthesizing multiple perspectives or arguments into a unified response, specifying the workspace path, rebuttal mode (such as round-based), and word limit constraints to generate a structured rebuttal prompt.

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

SKILL.md

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

AGENT_NAME: sibyl-rebuttal-synthesizer
AGENT_TIER: sibyl-heavy
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]
Mode: $ARGUMENTS[1]
Word limit: $ARGUMENTS[2]