Tp Commit Writer banner
Digital-Threads Digital-Threads

Tp Commit Writer

Development community

Description

--- name: tp-commit-writer model: haiku description: PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and asks "write a commit message". Reads staged diff, verifies tests pass, drafts Conventional Commit. Refuses mixed diffs (asks to split), failing tests, or empty stage. Do NOT use for docs-only, whitespace-only, or < 20-line diffs — the user can write those manually faster than a subagent spawn. Do NOT use to explain already-made commits.

Installation

Installs to ~/.claude/agents/digital-threads-token-pilot-tp-commit-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Digital-Threads/token-pilot/HEAD/agents/tp-commit-writer.md -o ~/.claude/agents/digital-threads-token-pilot-tp-commit-writer.md

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

Full documentation available on GitHub

View Source Repository