Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-rebuttal-diplomat

The sibyl-rebuttal-diplomat skill generates contextualized prompts for managing tone and phrasing in research rebuttals within the AutoResearch-SibylSystem framework. Use this skill when conducting multi-round research debates or peer review processes where diplomatic language and strategic word choice are essential to effectively counter arguments while maintaining professional communication standards.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-rebuttal-diplomat && cp -r /tmp/sibyl-rebuttal-diplomat/.claude/skills/sibyl-rebuttal-diplomat ~/.claude/skills/sibyl-rebuttal-diplomat
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_diplomat', workspace_path=os.environ.get('SIBYL_WORKSPACE',''), round_num=int(os.environ.get('ROUND_NUM','1') or '1')))"`

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

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