Agent Plugins Marketplace
All plugins

brewdoc

v6.1.4

Brewdoc - Claude Code documentation tools: my-claude installation docs, memory-sync generator

Claude Code5 Skills

By Maksim KochetkovLicense: MIT31 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brewdoc-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kochetkov-ma/claude-brewcode

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is brewdoc/.

Plugin files

brewdoc/
├── .claude-plugin/plugin.json
├── skills/docsync-setup/SKILL.md
├── skills/md-to-pdf/SKILL.md
├── skills/memory-sync-setup/SKILL.md
├── skills/my-claude/SKILL.md
└── skills/publish/SKILL.md

Included Skills5

docsync-setupskills/docsync-setup/SKILL.md

Installs project-local doc-staleness tracking (hooks) and reports/forces doc sync. Triggers: docsync, track doc staleness, doc sync status, stale docs, doc frontmatter.

md-to-pdfskills/md-to-pdf/SKILL.md

Convert Markdown to PDF via reportlab or weasyprint engines. Triggers - pdf, md to pdf, markdown to pdf, generate pdf.

memory-sync-setupskills/memory-sync-setup/SKILL.md

Generates a project-tailored memory-sync skill: memory surface batches, checkable-fact catalogue, non-growth sync, independent verify, self-sync, agent re-audit. Triggers: memory sync init, generate memory sync, sync memory skill, установи memory-sync, синхронизируй память

my-claudeskills/my-claude/SKILL.md

Document your Claude Code installation - setup, architecture, web research. Triggers - my claude, installation docs.

publishskills/publish/SKILL.md

Publish text/markdown/file/site to brewpage.app, returns URL. Triggers: publish, share link, brewpage, опубликуй.

Plugin manifests1

brewdoc/.claude-plugin/plugin.json
{
  "name": "brewdoc",
  "version": "6.1.4",
  "description": "Brewdoc - Claude Code documentation tools: my-claude installation docs, memory-sync generator",
  "author": {
    "name": "Maksim Kochetkov",
    "email": "[email protected]",
    "url": "https://github.com/kochetkov-ma"
  },
  "homepage": "https://github.com/kochetkov-ma/claude-brewcode",
  "repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
  "license": "MIT",
  "keywords": [
    "brewdoc",
    "documentation",
    "memory",
    "claude-code"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[brewdoc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brewdoc-2)