claude-md-improver

Audit and improve CLAUDE.md files against quality rubrics and templates.

Updated May 18, 2026
One-click install
npx skills add https://github.com/Melik1986/axon-erp-api --skill claude-md-improver-melik1986
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-md-improver
Source: https://github.com/Melik1986/axon-erp-api/tree/main/cursor/skills/claude-md-improver
Command: npx skills add https://github.com/Melik1986/axon-erp-api --skill claude-md-improver-melik1986

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? CLAUDE.md files often become stale, sparse, or filled with generic advice, leaving Claude Code without accurate project context. This Skill scans every CLAUDE.md in a repository, scores each one against a weighted quality rubric, and applies targeted updates after user approval. ## Core Features & Use Cases - Repository-wide discovery: Finds root, package-level, local override, and global CLAUDE.md files across monorepos and nested directories. - Scored quality report: Grades each file A-F across six criteria (commands, architecture, patterns, conciseness, currency, actionability) with specific issues and recommended additions. - Targeted updates with diffs: Proposes minimal, project-specific additions shown as diffs, then applies them with the Edit tool only after confirmation. - Use Case: After a sprint that changed build commands and added a new package, run the audit to flag stale commands in the root CLAUDE.md and generate a missing package-level file from the monorepo template. ## Quick Start Ask the assistant to audit all CLAUDE.md files in this repository and produce a quality report with recommended improvements.

Frequently Asked Questions about claude-md-improver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit CLAUDE.md files in a repository?▼

Run the skill to scan for all CLAUDE.md, .claude.local.md, and package-level files, then receive a scored quality report. Each file is graded A-F across six weighted criteria with specific issues and recommended additions listed.

What makes a good CLAUDE.md file for Claude Code?▼

A good CLAUDE.md is concise, actionable, and project-specific, with copy-paste-ready commands, a clear architecture map, and documented gotchas. The skill scores files on commands, architecture clarity, non-obvious patterns, conciseness, currency, and actionability.

Does the skill update CLAUDE.md files automatically?▼

No, it always outputs the quality report first and asks for confirmation before editing. Proposed changes are shown as diffs with explanations, and updates are applied with the Edit tool only after user approval.

Can it handle monorepos with multiple CLAUDE.md files?▼

Yes, it discovers root, package-specific, and nested CLAUDE.md files, since Claude auto-discovers them in parent directories. It also provides a dedicated monorepo root template covering packages, commands, and cross-package patterns.

What should not be added to a CLAUDE.md file?▼

Avoid restating obvious code info, generic best practices, one-off bug fixes, and verbose explanations. The update guidelines require every line to be project-specific, current, and useful to a future Claude session.