mikopbx

Service Documentation — Development agent for Claude Code

Development community

Use ONLY when you and the user have identified that existing documentation has drifted significantly from the code, or after a substantial set of changes that the docs should reflect.

How to install Service Documentation

Installs to ~/.claude/agents/mikopbx-core-service-documentation.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mikopbx/Core/HEAD/.claude/agents/service-documentation.md -o ~/.claude/agents/mikopbx-core-service-documentation.md

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

What Service Documentation does


name: service-documentation description: Use ONLY when you and the user have identified that existing documentation has drifted significantly from the code, or after a substantial set of changes that the docs should reflect. This agent updates CLAUDE.md files and module documentation to reflect current implementation, adapting to super-repo, mono-repo, or single-repo structures. Supply a summary of what changed. tools: Read, Grep, Glob, LS, Edit, MultiEdit, Bash color: blue

Service Do

Alternatives in Development

  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • User Guide Expert — Use this agent when you need to create, update, or improve user-facing documentation in the docs/userguide dir 1.2k ★
  • Service Agent — Creates well-structured Rails service objects following SOLID principles with callable interface and error han 652 ★

Full documentation available on GitHub

View Source Repository