CLAUDE.md Improver
Finds every CLAUDE.md in your repo, grades it against a quality rubric, and applies only the targeted improvements you approve.
Dev & CodingBeginner★ 320⑂ 44AI score 10/10Last updated: Sep 1, 2026
What it does
- Discovers
CLAUDE.md,.claude.local.md, global and package-level context files across the repository. - Scores each file out of 100 across six criteria (commands, architecture, non-obvious patterns, conciseness, currency, actionability) with A–F grades.
- Prints a full quality report first, then proposes diffs with a rationale and only edits after you approve.
- Ships project-type templates and tips like the
#shortcut for capturing learnings mid-session.
Who it's for
- Teams whose CLAUDE.md drifted out of date after months of Claude Code usage.
- Monorepo developers who need consistent per-package context files.
- Leads who want onboarding docs that Claude and humans can both use.
Examples
- Run
/claude-md-improverand get a report: 5 files found, average 62/100, 3 need updates. - Accept a proposed Quick Start diff adding
npm install/npm run devto a root file missing build commands. - Capture undocumented env vars and test invocation quirks into a new Gotchas section.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Encod3d-Sec/TORCH/HEAD/skills/claude-md-improver/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/claude-md-improver folder from the GitHub repo Encod3d-Sec/TORCH into my ~/.claude/skills/claude-md-improver/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Encod3d-Sec/TORCH.git /tmp/torch && mkdir -p ~/.claude/skills && cp -r /tmp/torch/skills/claude-md-improver ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/Encod3d-Sec/TORCH.git /tmp/torch - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill including its
references/folder:cp -r /tmp/torch/skills/claude-md-improver ~/.claude/skills/ - Start Claude Code inside your project and invoke it explicitly with
/claude-md-improver(auto-invocation is disabled). - Read the quality report, review each proposed diff, and approve only the changes you want.
View source on GitHub ↗License: MIT