autoimprove CLAUDE.md

autoimprove CLAUDE.md is an instructions file for coding agents from benmarte/autoimprove. It costs 414 tokens per session, scanned A, a copy of codemunch CLAUDE.md, MIT.

Repository instructions for autoimprove that define the checks required before releasing a new version.

In plain words
What is it for?
Updating the changelog, version file, README, and plugin structure; checking commits and repository status; and preparing a GitHub release.
Why use it?
They reduce the chance of publishing a release with missing changelog entries, incorrect version information, outdated documentation, or unverified files.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/benmarte/autoimprove/claude-md
Clone the repo
git clone --depth 1 https://github.com/benmarte/autoimprove

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for autoimprove CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/benmarte/autoimprove/claude-md.svg)](https://agentmods.dev/instructions/benmarte/autoimprove/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/benmarte/autoimprove/claude-md"><img src="https://agentmods.dev/badge/instructions/benmarte/autoimprove/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 414 This file is loaded in full into every session.
When invoked 414 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00414 $0.00414
Opus 5 $0.00207 $0.00207
Sonnet 5 $0.00083 $0.00083
Haiku 4.5 $0.00041 $0.00041

Measured 3d ago against content hash 9c7559bcb243, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

autoimprove CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

89% identical to codemunch CLAUDE.md — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 43 lines

What it actually says

Project Rules

Release Checklist

Before cutting a new release, ALL of the following must be completed. Do not create the GitHub release until every item is done.

1. Changelog

  • Create or update CHANGELOG.md with a new entry for the version
  • Use Keep a Changelog format: Added, Changed, Fixed, Removed
  • Every commit since the last release must be accounted for

2. Version Bump

  • Update VERSION file to the new version number
  • Follow semver: breaking changes = major, new features = minor, bug fixes = patch

3. README

  • Update README.md to reflect any new features, changed behavior, or removed functionality
  • Update any version numbers referenced in examples (e.g., update check example)
  • Add new commands/options to the Commands table if applicable
  • Update the "Plugin structure" tree if files were added/removed

4. Pre-release Verification

  • git status must be clean (all changes committed)
  • Review git log --oneline v{LAST}..HEAD to confirm nothing was missed
  • Verify the plugin structure is valid (all skills have SKILL.md, hooks are executable)

5. Create Release

  • Commit all of the above first
  • Push to main
  • Create GitHub release with gh release create v{VERSION}
  • Release notes should summarize changes (not duplicate the full changelog)
  • Include a link to the full changelog in the release notes

Files to Never Modify During Automated Runs

  • LICENSE
  • .claude-plugin/marketplace.json
  • autoimprove.png

Commit Style

  • Use imperative mood: "Add feature" not "Added feature"
  • Keep subject line under 72 characters
  • Include Co-Authored-By: Claude Opus 4.6 <[email protected]> when Claude writes the commit
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 43 lines · 414 tokens per session scan A 9c7559bcb243

Subscribe to this mod's changes

autoimprove CLAUDE.md is an instructions file published in the GitHub repository benmarte/autoimprove (5 stars, last pushed 5mo ago), licensed MIT. It adds 414 tokens to every session, about $0.0021 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to codemunch CLAUDE.md, differing in 8 lines, and is treated as a copy.