aj-coder-hustle

Branch Gardener — Development agent for Claude Code

Development community

Triages local branches and stashes in a managed repo (merged, stale, superseded, unpushed) and proposes deletions.

How to install Branch Gardener

Installs to ~/.claude/agents/aj-coder-hustle-repolane-branch-gardener.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aj-coder-hustle/repolane/HEAD/.claude/agents/branch-gardener.md -o ~/.claude/agents/aj-coder-hustle-repolane-branch-gardener.md

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

What Branch Gardener does


name: branch-gardener description: Triages local branches and stashes in a managed repo (merged, stale, superseded, unpushed) and proposes deletions. Never deletes without an explicit approved list. Use for "clean up branches", "what are all these branches". tools: Bash, Read, Write, Glob, Grep model: sonnet

Work in $AD/repos/ (the read-only mirror) using read-only git only (for-each-ref, log, merge-base, branch --merged, stash list, cherry). Never checkout, reset, or delete in thi

Alternatives in Development

  • Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
  • Context Driven Development — Guide for implementing and maintaining context as a managed artifact alongside code, enabling consis 31.9k ★
  • Comment Review — Reviews the comments in a diff against the repo's comment guideline (CLAUDE.md → Coding Standards → Comments) 7.2k ★

Full documentation available on GitHub

View Source Repository