Agent Plugins Marketplace
All plugins

brewtools

v4.0.6+codex.20260713124026

Codex-native text utilities plus user-invoked Manager, task-board, and terse-hook workflows.

Codex5 Skills

By Maksim KochetkovLicense: MIT31 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add brewtools-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 brewtools/.codex/.

Plugin files

brewtools/.codex/
├── .codex-plugin/plugin.json
├── skills/manager-setup/SKILL.md
├── skills/task-board-setup/SKILL.md
├── skills/text-human/SKILL.md
├── skills/text-optimize/SKILL.md
└── skills/think-short-setup/SKILL.md

Included Skills5

manager-setupskills/manager-setup/SKILL.md

Configures Manager and review prompt modes. Explicit user invocation only.

task-board-setupskills/task-board-setup/SKILL.md

Creates a Codex file-based task board. Explicit user invocation only.

text-humanskills/text-human/SKILL.md

Humanizes code, docs, articles, reddit/chat, javadoc -- strips AI artifacts, fixes unicode, fits register. Triggers: humanize, ai artifacts, unicode fix, article, reddit, javadoc.

text-optimizeskills/text-optimize/SKILL.md

Optimizes text/docs for LLM token efficiency. Triggers - optimize, reduce tokens, compress, deep compress.

think-short-setupskills/think-short-setup/SKILL.md

Installs or removes terse-mode hooks. Explicit user invocation only.

Plugin manifests1

brewtools/.codex/.codex-plugin/plugin.json
{
  "name": "brewtools",
  "version": "4.0.6+codex.20260713124026",
  "description": "Codex-native text utilities plus user-invoked Manager, task-board, and terse-hook 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",
    "utilities",
    "manager",
    "task-board",
    "text"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Brewtools",
    "shortDescription": "Codex utility workflows",
    "longDescription": "Reusable Codex text optimization and humanization, plus explicitly invoked Manager, task-board, and terse-hook configuration.",
    "developerName": "Maksim Kochetkov",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/kochetkov-ma/claude-brewcode",
    "defaultPrompt": [
      "Use Brewtools to inspect and improve this workflow."
    ]
  }
}

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

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