Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-planner

Sibyl-planner is an experimental design agent that generates rigorous, reproducible research experiment plans within the Sibyl research framework. Use it when initiating new experiments to create detailed methodologies, or in fix-gpu mode to troubleshoot computational resource allocation issues for existing experimental workflows.

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

AGENT_NAME: sibyl-planner
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]
Mode: $ARGUMENTS[1] (`plan` | `fix-gpu`)
Planning detail: $ARGUMENTS[2] (only for `plan` mode; e.g. pilot config summary)