Generates and injects professional technical documentation, docstrings, and API specs directly into the codebase. Use when you need to: (1) add inline documentation to functions/classes/methods, (2) create or update README files, (3) generate API specifications (OpenAPI, GraphQL schemas), (4) document complex logic or architectures, (5) write setup or contribution guides, or (6) improve documentation coverage across a project.
Inline Documentation (use edit tool)
@param, @return, @throws annotationsREADME Generation (use write tool)
API Specifications (use write tool)
openapi.yaml, schema.graphql, or similar specsList files modified/created and summarize documentation coverage added.