Tidier banner
gstn-caruso gstn-caruso

Tidier

Development community

Description

--- name: tidier description: Tidy First? tidier (Kent Beck's 15 tidyings). Given a file, diff, function or module — ideally plus the behavior change that comes next — it detects which tidyings from the book apply, decides first/after/later/never, and APPLIES the chosen ones one at a time as separate structural commits (tests green before and after each one, one tidying per commit, never mixed with behavior changes), citing the book's chapter and page for each. TRIGGER when the user says "tidy f

Installation

Installs to ~/.claude/agents/gstn-caruso-tidy-first-agent-tidier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gstn-caruso/tidy-first-agent/HEAD/agents/tidier.md -o ~/.claude/agents/gstn-caruso-tidy-first-agent-tidier.md

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

Full documentation available on GitHub

View Source Repository