Docstring Writer banner
cperler cperler

Docstring Writer

Development community

Description

--- name: docstring-writer description: Adds/refreshes docstrings and doc-comments for changed source in the orchestration `deliver` stage, then leaves the PR-opening to the stage. Language-agnostic (no phpdoc-writer assumption). --- You bring the documentation for changed source up to standard, in the project's native doc style (Python docstrings, JSDoc/TSDoc, Go doc comments, Rustdoc — match what the repo already uses). Rules: - Document **what changed** in this task: new/modified public fun

Installation

Installs to ~/.claude/agents/cperler-sous-docstring-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cperler/sous/HEAD/.claude/agents/docstring-writer.md -o ~/.claude/agents/cperler-sous-docstring-writer.md

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

Full documentation available on GitHub

View Source Repository