brewdoc
v6.1.4Brewdoc - Claude Code documentation tools: my-claude installation docs, memory-sync generator
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brewdoc-2@agent-plugin-marketplacePaste 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-brewcodeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is brewdoc/.
Plugin files
├── .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
Installs project-local doc-staleness tracking (hooks) and reports/forces doc sync. Triggers: docsync, track doc staleness, doc sync status, stale docs, doc frontmatter.
Convert Markdown to PDF via reportlab or weasyprint engines. Triggers - pdf, md to pdf, markdown to pdf, generate pdf.
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, синхронизируй память
Document your Claude Code installation - setup, architecture, web research. Triggers - my claude, installation docs.
Publish text/markdown/file/site to brewpage.app, returns URL. Triggers: publish, share link, brewpage, опубликуй.
Plugin manifests1
{
"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/"
}For maintainers
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)