BeClaude

claude-md-management

30.2kOfficial PluginGeneralby Anthropic

Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.

Python3272 forks747 issuesUpdated 6/16/2026First seen 4/17/2026

Summary

md files by auditing them for completeness and consistency, capturing session learnings automatically, and keeping project memory current.

  • It ensures your project documentation evolves with your codebase, reducing onboarding time and preventing knowledge loss.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install claude-md-management@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Audit an existing CLAUDE.md file for missing sections, outdated information, or formatting issues.
Automatically capture key decisions and code changes from a Claude Code session and append them to CLAUDE.md.
Update project memory by summarizing recent commits or pull requests into a structured CLAUDE.md entry.
Generate a new CLAUDE.md file from scratch based on a project's README, package.json, and source code structure.
Check CLAUDE.md for consistency with the actual project dependencies, scripts, and configuration files.
Merge multiple CLAUDE.md fragments from different branches into a single coherent file.

Usage Examples

1

/claude-md-management audit

2

Capture session learnings and update CLAUDE.md

3

/claude-md-management generate --from-readme

View source on GitHub
claude-codemcpskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is claude-md-management?

This skill helps developers maintain high-quality CLAUDE.md files by auditing them for completeness and consistency, capturing session learnings automatically, and keeping project memory current. It ensures your project documentation evolves with your codebase, reducing onboarding time and preventing knowledge loss.

How to install claude-md-management?

To install claude-md-management: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install claude-md-management@<marketplace>. Finally, /plugin in Claude Code.

What is claude-md-management best for?

claude-md-management is a plugin categorized under General. Created by Anthropic.

What can I use claude-md-management for?

claude-md-management is useful for: Audit an existing CLAUDE.md file for missing sections, outdated information, or formatting issues.; Automatically capture key decisions and code changes from a Claude Code session and append them to CLAUDE.md.; Update project memory by summarizing recent commits or pull requests into a structured CLAUDE.md entry.; Generate a new CLAUDE.md file from scratch based on a project's README, package.json, and source code structure.; Check CLAUDE.md for consistency with the actual project dependencies, scripts, and configuration files.; Merge multiple CLAUDE.md fragments from different branches into a single coherent file..