Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-outline-writer

Sibyl Outline Writer generates detailed paper outlines using a specialized research agent within the AutoResearch-SibylSystem framework. Use this skill when needing structured hierarchical outlines for academic papers or research documents, providing a foundation for content organization before full writing begins.

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

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

Workspace path: $ARGUMENTS[0]