앤트로픽이 Claude Code에서 프로젝트 지침 문서인 CLAUDE.md를 점검하고 최신 상태로 유지하도록 돕는 플러그인 ‘Claude-MD Management’를 공개했다.
앤트로픽 공식 플러그인 저장소에 따르면 이 도구는 CLAUDE.md 파일을 유지·개선하기 위한 플러그인이다. 문서 품질을 점검하고 작업 세션에서 얻은 내용을 기록해, 프로젝트의 작업 맥락을 최신 상태로 유지하는 데 초점을 둔다. Claude-MD Management 공식 안내
CLAUDE.md는 Claude Code가 특정 프로젝트에서 참고하는 지침 파일이다. 개발 환경과 폴더 구조, 실행 명령어, 코딩 규칙, 수정 금지 영역 등을 기록해두면 AI가 같은 기준을 바탕으로 작업할 수 있다.
하지만 실제 코드와 지침 문서가 달라지면 문제가 생긴다. 프로젝트 구조나 작업 방식이 바뀌었는데 이전 설명이 남아 있으면, AI가 오래된 정보를 기준으로 작업 방향을 잡거나 부정확한 수정을 할 수 있기 때문이다.
이번 플러그인은 이를 보완하기 위해 claude-md-improver와 /revise-claude-md 두 기능을 제공한다. 공식 문서는 두 기능을 서로 다른 목적을 가진 보완적 도구로 설명한다.
먼저 claude-md-improver는 현재 코드베이스와 CLAUDE.md 내용이 맞는지 점검하는 기능이다. 사용자는 Claude Code에 다음과 같이 요청할 수 있다.
Claude Code에 이렇게 요청할 수 있다
audit my CLAUDE.md filescheck if my CLAUDE.md is up to date
공식 안내에 따르면 이 기능은 현재 코드베이스 상태를 기준으로 CLAUDE.md 파일을 감사한다. 문서가 실제 실행 명령어와 작업 흐름, 프로젝트 구조를 제대로 반영하는지 확인하는 용도다. Claude-MD Management README
/revise-claude-md 명령은 작업 세션이 끝난 뒤 활용한다. 작업 과정에서 새로 확인한 규칙이나 오류 원인, 빠져 있던 맥락을 다음 작업을 위해 CLAUDE.md에 남기는 방식이다. 앤트로픽은 이를 현재 세션에서 얻은 내용을 기록하는 기능으로 소개한다.
두 기능의 역할은 구분된다. claude-md-improver는 코드베이스가 바뀐 뒤 문서가 현실과 맞는지 주기적으로 점검하고, /revise-claude-md는 작업 중 새로 생긴 지식과 규칙을 다음 작업에 남긴다.
웹사이트·자동화·콘텐츠 운영에도 적용 가능
이 플러그인은 개발 프로젝트를 대상으로 하지만, AI와 장기적으로 함께 일하는 개인이나 작은 조직에도 적용할 수 있다.
예를 들어 웹사이트 운영자는 CLAUDE.md에 수정 금지 페이지, 디자인 원칙, 배포 전 점검 항목을 적어둘 수 있다. AI에게 사이트 수정을 맡길 때마다 같은 주의사항을 반복하지 않기 위해서다.
기사나 콘텐츠를 만드는 조직은 제목 원칙, 사실 확인 순서, 인용 표기 방식, 금지 표현, 검색 최적화 기준, SNS 요약 형식 등을 작업 지침서에 축적할 수 있다. 자동화 도구를 구축할 때는 API 키 보관 원칙, 실행 명령어, 오류 발생 시 확인 순서, 수정해서는 안 되는 파일을 기록하는 방식도 가능하다.
다만 이는 플러그인의 공식 기능을 바탕으로 한 활용 사례다. CLAUDE.md에 잘못된 지침이 들어가면 AI 역시 그 기준을 따를 수 있는 만큼, 중요한 규칙과 사실관계는 사용자가 최종 확인해야 한다.
해당 플러그인은 앤트로픽이 개발·관리하는 공식 플러그인 디렉터리에 포함돼 있다. 설치하려면 Claude Code에서 아래 명령어를 실행하면 된다.
/plugin install claude-md-management@claude-plugins-official
앤트로픽은 플러그인을 설치·업데이트·사용하기 전 신뢰 여부를 확인해야 한다고 안내한다. 플러그인에 포함된 MCP 서버, 파일, 기타 소프트웨어의 동작과 향후 변경을 모두 보증할 수 없다는 설명이다. Claude Code Plugins 공식 저장소
AI를 잘 활용하는 일은 긴 프롬프트를 한 번 입력하는 데서 끝나지 않는다. 반복되는 업무 기준을 기록하고, 바뀐 규칙을 갱신하며, AI가 그 기준 안에서 일하도록 만드는 일이 중요해지고 있다. 이번 플러그인은 AI의 ‘프로젝트 기억’을 관리하려는 흐름을 보여주는 사례다.
자료 확인: 2026년 8월 6일, 앤트로픽 공식 GitHub 저장소 기준.

Anthropic Unveils ‘Claude-MD Management’
Antropic has added “Claude-MD Management,” a plugin for Claude Code designed to review and keep project instruction files (CLAUDE.md) up to date.
According to Anthropic’s official plugin repository, the tool is intended to maintain and improve CLAUDE.md files. It audits document quality, captures lessons from work sessions, and helps keep a project’s working context current. Official Claude-MD Management Guide
CLAUDE.md is a project-specific instruction file that Claude Code can reference. It can record the development environment, folder structure, run commands, coding conventions and areas that must not be modified, helping the AI work from a consistent set of standards.
Problems arise when the actual codebase and the instruction file drift apart. If a project’s structure or workflow changes while outdated descriptions remain, the AI may rely on stale information or make inaccurate edits.
The plugin consists of the claude-md-improver skill and the /revise-claude-md command. Anthropic describes the two tools as complementary, with distinct roles.
The claude-md-improver skill checks whether the current codebase matches what is written in CLAUDE.md. Users can ask Claude Code:
You can ask Claude Code:
audit my CLAUDE.md filescheck if my CLAUDE.md is up to date
According to the official guide, the skill audits CLAUDE.md files against the current state of the codebase. In other words, it checks whether the document accurately reflects the project’s actual run commands, workflows and structure. Claude-MD Management README
The /revise-claude-md command is intended for use at the end of a work session. It records newly discovered rules, causes of errors or missing context from that session in CLAUDE.md for future work.
The distinction is straightforward: claude-md-improver is used periodically to ensure the document still matches the codebase after changes, while /revise-claude-md preserves new knowledge and rules gained during a work session.
Also Applicable to Website, Automation and Content Operations
While the plugin is designed for development projects, its underlying approach can also be applied by individuals and small organizations working with AI over the long term.
For example, a website operator could record pages that must not be edited, design principles and pre-deployment checklists in CLAUDE.md. This reduces the need to repeat the same instructions whenever website edits are assigned to the AI.
Newsrooms and content teams could build a working guide containing headline rules, fact-checking procedures, citation formats, prohibited expressions, search-optimization standards and social-media summary formats. Teams building automation tools could likewise document API key-handling rules, run commands, troubleshooting steps and files that must not be changed.
These are practical applications inferred from the plugin’s stated functions. Since inaccurate instructions in CLAUDE.md can cause the AI to follow flawed standards, users should still verify important rules and facts themselves.
The plugin is included in Anthropic’s official, Anthropic-managed plugin directory. It can be found through /plugin > Discover in Claude Code or installed with the following command:
/plugin install claude-md-management@claude-plugins-official
Anthropic advises users to confirm that they trust a plugin before installing, updating or using it. The company notes that it does not control the MCP servers, files or other software included in plugins, and cannot guarantee their behavior or future changes. Official Claude Code Plugins Repository
Using AI effectively is no longer only about entering a long prompt. It increasingly depends on documenting recurring work standards, updating them as conditions change and ensuring that the AI operates within those standards. Claude-MD Management illustrates the growing importance of managing an AI’s “project memory.”
Source verified: August 6, 2026, based on Anthropic’s official GitHub repository.
저작권자 © '더미디어저널리스트' 무단전재 및 재배포, AI학습 및 활용 금지


