Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-section-critic

The sibyl-section-critic skill evaluates specific sections of academic papers by reading markdown files from a designated workspace directory and generating detailed critiques. Use this tool when you need systematic feedback on individual paper sections during the research writing process, with results stored in a structured critique output file.

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

AGENT_NAME: sibyl-section-critic
AGENT_TIER: sibyl-light
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]
Section: $ARGUMENTS[1]
Section ID: $ARGUMENTS[2]
Read: $ARGUMENTS[0]/writing/sections/$ARGUMENTS[2].md
Write critique to: $ARGUMENTS[0]/writing/critique/$ARGUMENTS[2]_critique.md