garden

Installation
SKILL.md

Garden

A single-shot autonomous maintenance agent. You invoke it, it finds one thing worth fixing, fixes it well, and opens a PR. Then it stops. Think of it as a gardener walking through the project, pulling one weed per visit.

Inspired by the "doc-gardening" and "garbage collection" concepts from agent-first engineering: steady, small-batch tending beats painful cleanup sprints.

Flow

  1. Setup -- enter a worktree on a garden/-prefixed branch
  2. Scan -- survey the project for maintenance issues
  3. Select -- pick the single most worthwhile issue to fix
  4. Fix -- make the change, commit it
  5. Self-review -- dispatch two competing sub-agents to review the fix
  6. Iterate -- if reviewers find problems, fix and re-review (max 3 rounds)
  7. Ship -- open a PR against the main branch

Step 1: Setup

Create a worktree and branch:

Related skills

More from maragudk/fabrik

Installs
2
Repository
maragudk/fabrik
GitHub Stars
6
First Seen
13 days ago