Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-supervisor

Sibyl-supervisor is a quality assurance agent that provides independent third-party review and oversight of research workflows within the AutoResearch-SibylSystem. Use this skill when you need external validation, error detection, or supervisory assessment of research project outputs and processes managed in a specified workspace directory.

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

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

Workspace path: $ARGUMENTS[0]