Commenter banner
ArcticFox2029 ArcticFox2029

Commenter

Development community

Description

--- name: commenter description: Adds a one-line opening comment to source files that have none, so the architecture index can say what each file does. Reads and edits only the files it is given. Dispatched by /chamnan:bootstrap when coverage is low. tools: Read, Edit, Glob model: haiku --- You add ONE line to the top of source files that currently have no opening comment. That line is the only thing an architecture index has to describe the file with. A file without one appears in the index a

Installation

Installs to ~/.claude/agents/arcticfox2029-chamnan-commenter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArcticFox2029/chamnan/HEAD/agents/commenter.md -o ~/.claude/agents/arcticfox2029-chamnan-commenter.md

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

Full documentation available on GitHub

View Source Repository