Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-sequential-writer

The sibyl-sequential-writer generates coherent long-form content by orchestrating chapter-by-chapter writing with consistency checks across sections. Use this skill when composing extended documents, research papers, or narrative works where maintaining uniform tone, terminology, and logical flow across multiple chapters is critical to overall quality.

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

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

Workspace path: $ARGUMENTS[0]