Agent Plugins Marketplace
All plugins

brewdoc

v4.0.6+codex.20260713124026

Codex-native documentation synchronization and Markdown-to-PDF workflows.

Codex1 Skill

By Maksim KochetkovLicense: MIT31 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add brewdoc-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/.codex/.

Plugin files

brewdoc/.codex/
├── .codex-plugin/plugin.json
└── skills/md-to-pdf/SKILL.md

Included Skills1

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.

Plugin manifests1

brewdoc/.codex/.codex-plugin/plugin.json
{
  "name": "brewdoc",
  "version": "4.0.6+codex.20260713124026",
  "description": "Codex-native documentation synchronization and Markdown-to-PDF workflows.",
  "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": [
    "codex",
    "documentation",
    "sync",
    "pdf"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Brewdoc",
    "shortDescription": "Codex documentation workflows",
    "longDescription": "Reusable Codex workflows for controlled documentation synchronization and verified Markdown-to-PDF conversion.",
    "developerName": "Maksim Kochetkov",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/kochetkov-ma/claude-brewcode",
    "defaultPrompt": [
      "Use Brewdoc to synchronize this documentation."
    ]
  }
}

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-3)