Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-synthesizer

The sibyl-synthesizer is an agent that consolidates multiple perspectives and viewpoints to generate a unified final research proposal. Use this skill when conducting collaborative research requiring synthesis of diverse opinions into a single coherent recommendation, particularly within the AutoResearch-SibylSystem framework where stakeholder input needs integration before finalizing research direction.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-synthesizer && cp -r /tmp/sibyl-synthesizer/.claude/skills/sibyl-synthesizer ~/.claude/skills/sibyl-synthesizer
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('synthesizer', workspace_path=ws))"`

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

Workspace path: $ARGUMENTS[0]