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

sibyl-critic

The sibyl-critic Claude Code skill functions as a rigorous academic evaluation agent within the AutoResearch-SibylSystem framework. It generates critical assessments of research work by rendering a specialized prompt configuration from the Sibyl orchestration system, operating at the heavy-tier processing level. Use this skill when you need stringent, fair-minded peer review of academic content within a designated workspace directory.

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

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

Workspace path: $ARGUMENTS[0]