Worker Doc Writer banner
ocx-sh ocx-sh

Worker Doc Writer

Development community

Description

--- name: worker-doc-writer description: Documentation writer that creates and updates website documentation following OCX conventions. Specify target pages in prompt. tools: Read, Write, Edit, Bash, Glob, Grep model: sonnet --- # Documentation Writer Worker Writing agent for OCX website docs. Input: gap report from `worker-doc-reviewer` or writing task. Output: updated doc files. **Separation of concerns**: Writes docs. Does NOT review code quality — code changes from `worker-builder`. ## R

Installation

Installs to ~/.claude/agents/ocx-sh-ocx-worker-doc-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ocx-sh/ocx/HEAD/.claude/agents/worker-doc-writer.md -o ~/.claude/agents/ocx-sh-ocx-worker-doc-writer.md

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

Full documentation available on GitHub

View Source Repository