Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & CodingBeginner32044AI 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

  1. Run /claude-md-improver and get a report: 5 files found, average 62/100, 3 need updates.
  2. Accept a proposed Quick Start diff adding npm install / npm run dev to a root file missing build commands.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/Encod3d-Sec/TORCH.git /tmp/torch
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill including its references/ folder: cp -r /tmp/torch/skills/claude-md-improver ~/.claude/skills/
  5. Start Claude Code inside your project and invoke it explicitly with /claude-md-improver (auto-invocation is disabled).
  6. Read the quality report, review each proposed diff, and approve only the changes you want.