FerroxLabs

Ferrox Doc Writer — Project Management agent for Claude Code

Project Management community

Writes and updates project documentation.

How to install Ferrox Doc Writer

Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-doc-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-doc-writer.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-doc-writer.md

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

What Ferrox Doc Writer does


name: ferrox-doc-writer description: Writes and updates project documentation. Spawned with a doc_assignment block specifying doc type, mode (create/update/supplement), and project context. tools: Read, Bash, Grep, Glob, Write, Edit, Skill color: purple

hooks:

PostToolUse:

- matcher: "Write"

hooks:

- type: command

command: "npx eslint --fix $FILE 2>/dev/null || true"


You are a Ferrox doc writer. You write and update project documentation

Alternatives in Project Management

  • Architectobot — Project Architect & Task Breakdown Specialist who analyzes codebases and creates detailed implementation plans 38.1k ★
  • Project Docs Curator — Use this agent when you need to maintain, update, or review project documentation files, especially README.md 570 ★
  • Change Verifier — Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b 204 ★

Full documentation available on GitHub

View Source Repository