Write API and code documentation
docstring-authorsubagentsetup L1★0
MLShukai/ResoniteIO ↗What it does
Write Google-style docstrings for public APIs
Best for
Documenting intent-focused APIs where implementation is already clear.
Inputs
- · [object Object]
Outputs
- · [object Object]
Preconditions
Public API surface identified; complex logic to document
Failure modes
- · Overly verbose docstrings
- · Missing Args/Returns sections
Trust signals
- · Google-style Python + XML doc C# patterns
- · Intent-first philosophy