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

sibyl-section-writer

Sibyl-section-writer is an AI agent that generates specific chapters or sections of academic research papers within the AutoResearch workflow. Use it when you need to automatically draft individual paper sections by providing a workspace path, section name, and section identifier, with output saved as markdown files in the designated writing directory.

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

AGENT_NAME: sibyl-section-writer
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system

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