benmarte

39 mods across 2 repositories, 12 stars between them.

autoimprove

25

benmarte/autoimprove

Plugin Claude Code

Plugin marketplace listing 1 plugin: autoimprove.

5 5mo ago A tokens not measured original MIT

autoimprove

26

benmarte/autoimprove

Plugin Claude Code

Language-agnostic autonomous codebase improvement loop using isolated git worktrees. Every experiment runs on its own branch — main is never touched until a winning change is merged. Works with any language or framework.

5 5mo ago A tokens not measured original MIT

benmarte/autoimprove

Instructions file

Instructions for benmarte/autoimprove, covering project rules, release checklist, 1. changelog, 2. version bump and 3. readme.

5 5mo ago A 414 tokens copy · 89% MIT

audit

28

benmarte/autoimprove

Command

Scan your codebase for deficiencies and get a prioritized fix plan.

5 5mo ago A 12 tokens original MIT

continue

29

benmarte/autoimprove

Command

Resume an interrupted autoimprove session from where it left off.

5 5mo ago A 12 tokens original MIT

improve

30

benmarte/autoimprove

Command

Start the autonomous improvement loop using isolated git worktrees.

5 5mo ago A 10 tokens original MIT

setup

31

benmarte/autoimprove

Command

Detect project stack and generate .claude/autoimprove/config.md.

5 5mo ago A 14 tokens original MIT

status

32

benmarte/autoimprove

Command

Show summary of all autoimprove iterations from the log.

5 5mo ago A 11 tokens original MIT

upgrade

33

benmarte/autoimprove

Command

Check for and install the latest version of autoimprove.

5 5mo ago A 11 tokens copy · 88% MIT

audit

34

benmarte/autoimprove

Skill Claude CodeCodex

Scan the codebase for deficiencies, generate a prioritized report ranked by efficiency (points per iteration), and optionally transition into focused improve loops area-by-area until the user stops or the score hits 100.

5 5mo ago A 40 tokens original MIT

detect-stack

35

benmarte/autoimprove

Skill Claude CodeCodex

Automatically detect the language, framework, package manager, test runner, linter, and build tool used in the current project. Produces an .claude/autoimprove/config.md file that the improve loop uses as its measurement suite. Run this once before starting the improve loop in a new project.

5 5mo ago A 61 tokens original MIT

improve-loop

36

benmarte/autoimprove

Skill Claude CodeCodex

Autonomous improvement loop for any codebase. Uses git worktrees to run every experiment in isolation — the main branch is never touched until a winning change is explicitly merged. Reads .claude/autoimprove/config.md for the measurement suite, then iterates: create worktree → propose → implement in worktree → measure…

5 5mo ago C 78 tokens original MIT

measure

37

benmarte/autoimprove

Skill Claude CodeCodex

Run the full measurement suite defined in .claude/autoimprove/config.md and report the current codebase quality score (0-100). Use this to check your baseline before running the improve loop, or to spot-check at any time.

5 5mo ago A 49 tokens original MIT

rollback

38

benmarte/autoimprove

Skill Claude CodeCodex

Emergency cleanup of all autoimprove experiment worktrees. Use this if a session was interrupted, Claude crashed mid-experiment, or you want to abort the loop and clean up all branches and worktrees.

5 5mo ago C 41 tokens original MIT

worktree

39

benmarte/autoimprove

Skill Claude CodeCodex

Manage git worktrees for autoimprove experiments. Creates isolated worktrees for each experiment so the main codebase is never touched. Handles setup, teardown, and merging winning experiments back to main.

5 5mo ago D 39 tokens original MIT