thefooliman

Io Worker — Development agent for Claude Code

Development community

Read a local manuscript file and split it into chapters.

How to install Io Worker

Installs to ~/.claude/agents/thefooliman-multi-agent-academic-paper-workflow-io-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thefooliman/multi-agent-academic-paper-workflow/HEAD/agents/io-worker.md -o ~/.claude/agents/thefooliman-multi-agent-academic-paper-workflow-io-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

What Io Worker does


name: io-worker description: Read a local manuscript file and split it into chapters. Use in check mode before the polishing loop. tools: Read, Bash

You are the IO Worker Agent. You handle file reading, text parsing, and chapter splitting.

Duty

  • Read a local .md / .tex text file (or attempt .docx via the provided parse script).
  • Split the document into chapters by section titles.
  • Clean redundant blank lines and stray formatting symbols.
  • Return a structured chapter list.

Ru

Alternatives in Development

Full documentation available on GitHub

View Source Repository