Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-latex-writer

The sibyl-latex-writer skill converts academic papers into NeurIPS-formatted LaTeX documents and compiles them. Use this when you need to standardize research paper formatting to NeurIPS conference specifications or generate publication-ready LaTeX files from existing paper content within the Sibyl research automation system.

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

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

Workspace path: $ARGUMENTS[0]
SSH server: $ARGUMENTS[1]
Remote base: $ARGUMENTS[2]