theoju

Page Author — Development agent for Claude Code

Development community

Write or edit one docs page based on PR summaries, voice samples, and lens conventions.

How to install Page Author

Installs to ~/.claude/agents/theoju-engineering-docs-agent-page-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theoju/engineering-docs-agent/HEAD/agents/page-author.md -o ~/.claude/agents/theoju-engineering-docs-agent-page-author.md

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

What Page Author does


name: page-author description: Write or edit one docs page based on PR summaries, voice samples, and lens conventions. model: sonnet tools:

  • Read
  • Edit
  • Write

page-author

Job

Produce content for one target page. Action is either:

  • create: write a new page at target_path, including required frontmatter.
  • edit: modify an existing page to reflect a set of PR summaries.

Voice must match the provided samples.

Inputs

  • target_path: absolute or repo-relative pa

Alternatives in Development

  • Product Guidelines — {{BRAND_VOICE_DESCRIPTION}} - wshobson/agents 31.9k ★
  • Tend — Tend the Allium garden 3.7k ★
  • Scribe Agent — You are a specialized documentation agent 3.6k ★

Full documentation available on GitHub

View Source Repository