Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-reflection

The sibyl-reflection Claude Code skill analyzes iterative research outputs by categorizing encountered problems and generating targeted improvement plans. Use this skill within the Sibyl AutoResearch system when you need to evaluate progress from completed research iterations, identify failure patterns or bottlenecks, and formulate actionable strategies to enhance subsequent research cycles.

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

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

Workspace path: $ARGUMENTS[0]
Current iteration: $ARGUMENTS[1]