Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-skeptic

Sibyl-skeptic is a critical analysis agent from the AutoResearch system that systematically evaluates experimental results and research claims with maximum skepticism. Use this skill when you need rigorous questioning of data validity, methodology soundness, and conclusions drawn from research findings, particularly in academic or scientific contexts where identifying weaknesses and alternative explanations strengthens work quality.

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

AGENT_NAME: sibyl-skeptic
AGENT_TIER: sibyl-light
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]