Skip to main content
ClaudeWave
Skill254 estrellas del repoactualizado 2mo ago

sibyl-optimist

The sibyl-optimist Claude Code skill executes a Python function that generates a prompt for an optimistic analysis agent within the Sibyl research system. Use this skill when you need to analyze experimental results from a positive perspective, interpreting outcomes and implications in constructive terms within an automated research workflow environment.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-optimist && cp -r /tmp/sibyl-optimist/.claude/skills/sibyl-optimist ~/.claude/skills/sibyl-optimist
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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('optimist', workspace_path=ws))"`

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

Workspace path: $ARGUMENTS[0]