Back to Plugins
ClaudePluginHub

Community directory for discovering and installing Claude Code plugins.

Help us improve

Share bugs, ideas, or general feedback.

Product

  • Browse Plugins
  • Marketplaces
  • Pricing
  • About
  • Contact

Resources

  • Learning Center
  • Blog
  • Claude Code Docs
  • Plugin Guide
  • Plugin Reference
  • Plugin Marketplaces

Community

  • Browse on GitHub
  • Get Support

Legal

  • Terms of Service
  • Privacy Policy

© 2025 ClaudePluginHub

Community Maintained · Not affiliated with Anthropic

ClaudePluginHub
ClaudePluginHub
ToolsLearnPricing
Search everything...
Back to Plugins
Plugin
Official

claude-md-management

By anthropics

Audit CLAUDE.md files across repositories by discovering them with find, evaluating quality against rubrics, generating reports, and applying targeted improvements after approval. Capture learnings from Claude Code sessions to propose concise updates to CLAUDE.md or .claude.local.md files with user approval.

Bash
Git
documentation
code-quality
$
npx claudepluginhub anthropics/claude-plugins-official --plugin claude-md-management

Component Overview

1
Commands
1
Skills

Component Details

Commands (1)

Step 1: Reflect
/revise-claude-md

Update CLAUDE.md with learnings from this session

Skills (1)

claude-md-improver
/claude-md-improver

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".

README

Similar Plugins

claude-md

38
·
2

Tools for managing CLAUDE.md memory files

4mo
v2.1.0
View claude-md

update-claudemd

43

Automatically update CLAUDE.md file based on recent code changes

1mo
v1.0.0
View update-claudemd

auto-memory

134
·
1

Automatically maintains CLAUDE.md files as codebases evolve using hooks, agents, and skills

2w
v0.9.2
View auto-memory

rwr

34

Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.

4w
v2.6.3
View rwr

unity-dev-toolkit

56
·
44

Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development

5mo
v1.4.0
View unity-dev-toolkit

golang-skills

80
·
40

20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.

1mo
v1.7.0
View golang-skills
Stats
Version1.0.0
Parent Repo Stars18309
Parent Repo Forks2216
Installs282
MaintenanceFair
AddedJan 22, 2026
Actions
View on GitHubView READMEPlugin Marketplace JSON
Available In
claude-plugins-official18,527global-plugins1labby-marketplace1
Tags
Technologies
Bash
Git
Topics
documentation
code-quality
Categories
productivity
testing
Keywords
claude-md
audit
improver
session-reflect
project-memory
rubrics
git
bash

Help us improve

Share bugs, ideas, or general feedback.

Stats
Version1.0.0
Parent Repo Stars18309
Parent Repo Forks2216
Installs282
MaintenanceFair
AddedJan 22, 2026
Actions
View on GitHubView READMEPlugin Marketplace JSON
Available In
claude-plugins-official18,527global-plugins1labby-marketplace1
Tags
Technologies
Bash
Git
Topics
documentation
code-quality
Categories
productivity
testing
Keywords
claude-md
audit
improver
session-reflect
project-memory
rubrics
git
bash

Help us improve

Share bugs, ideas, or general feedback.

Claude Code Plugins Directory

A curated directory of high-quality plugins for Claude Code.

⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information.

Structure

  • /plugins - Internal plugins developed and maintained by Anthropic
  • /external_plugins - Third-party plugins from partners and the community

Installation

Plugins can be installed directly from this marketplace via Claude Code's plugin system.

To install, run /plugin install {plugin-name}@claude-plugins-official

or browse for the plugin in /plugin > Discover

Contributing

Internal Plugins

Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation.

External Plugins

Third-party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form.

Plugin Structure

Each plugin follows a standard structure:

plugin-name/
├── .claude-plugin/
│   └── plugin.json      # Plugin metadata (required)
├── .mcp.json            # MCP server configuration (optional)
├── commands/            # Slash commands (optional)
├── agents/              # Agent definitions (optional)
├── skills/              # Skill definitions (optional)
└── README.md            # Documentation

License

Please see each linked plugin for the relevant LICENSE file.

Documentation

For more information on developing Claude Code plugins, see the official documentation.