claude-md-management Plugin
Plugin Claude Code Productivity Claude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
claude-md-management is a plugin from the anthropics/claude-plugins-official repository that provides tools to audit and update CLAUDE.md files. It bundles two complementary tools: the claude-md-improver skill, which checks CLAUDE.md against the current codebase, and the /revise-claude-md command, which captures learnings from a session. The skill is meant for periodic maintenance triggered by codebase changes, while the command is meant to be run at the end of a session when it revealed missing context. The plugin is authored by Isabella He ([email protected]). No information on installation steps, licensing terms, or version history is provided in the source beyond the presence of a LICENSE file.
Overview
A Claude Code plugin (not a SaaS) that adds two tools for maintaining CLAUDE.md project memory files: a skill for auditing CLAUDE.md against the codebase, and a command for capturing session learnings into CLAUDE.md.
What you can do with claude-md-management
- Ask the claude-md-improver skill to audit your CLAUDE.md files, e.g. by saying "audit my CLAUDE.md files" or "check if my CLAUDE.md is up to date"
- Use the skill for periodic maintenance when the codebase has changed and CLAUDE.md may be out of sync
- Run the /revise-claude-md command to capture learnings from the current session into CLAUDE.md
- Use the command at the end of a session when it revealed missing context that should be recorded
- Review example screenshots referenced in the README showing quality scores, recommended updates, and captured session learnings (image contents themselves not verifiable from text)
Sources
Original description (English)
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
History of claude-md-management
- Plugin Added claude-md-management