Language:JapaneseEnglish

claude-md-management Claude Code Plugin

Author
Anthropic
Category
Productivity
Topics
Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-15 (UTC)
Source (GitHub) last updated
2026-02-20 (UTC) (188 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin offers two tools for maintaining CLAUDE.md project memory files used with Claude. A skill called claude-md-improver checks CLAUDE.md content against the current state of a codebase and flags areas that may need updating. A companion slash command, /revise-claude-md, is used to record learnings from a session that revealed gaps in the existing CLAUDE.md. 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. The tool is authored by Isabella He.

What you can do with claude-md-management

  • Ask the assistant to audit existing CLAUDE.md files against the current codebase (e.g. "audit my CLAUDE.md files")
  • Check whether CLAUDE.md content is up to date through a natural-language request
  • Run /revise-claude-md at the end of a session to capture learnings that were missing from CLAUDE.md
  • Perform periodic reviews to keep project memory accurate as the codebase evolves

Sources

Back to list