Agent Plugins Marketplace
All plugins

brewtools

v6.1.4

Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning

Claude Code14 Skills

By Maksim KochetkovLicense: MIT31 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
14 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 brewtools-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 brewtools/.

Plugin files

brewtools/
├── .claude-plugin/plugin.json
├── skills/agent-deadline-setup/SKILL.md
├── skills/agent-return-setup/SKILL.md
├── skills/agent-router-setup/SKILL.md
├── skills/context-slim/SKILL.md
├── skills/deploy/SKILL.md
├── skills/manager-setup/SKILL.md
├── skills/plugin-update/SKILL.md
├── skills/provider-switch/SKILL.md
├── skills/secrets-scan/SKILL.md
├── skills/ssh/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 Skills14

agent-deadline-setupskills/agent-deadline-setup/SKILL.md

Installs, configures or removes the agent-deadline hooks (soft wall-clock budget for subagents). Triggers: agent-deadline, subagent timeout, agent time limit, дедлайн агента, таймаут саб-агента.

agent-return-setupskills/agent-return-setup/SKILL.md

Installs, configures or removes the agent-return hooks (size budget on every subagent's final return message). Triggers: agent-return, subagent return budget, return too large, бюджет ответа агента, размер отчёта саб-агента.

agent-router-setupskills/agent-router-setup/SKILL.md

Installs, configures or removes the agent-router hook (routes a generic Agent spawn to the real project/plugin expert). Triggers: agent-router, wrong agent, route to expert, роутер агентов, не тот агент.

context-slimskills/context-slim/SKILL.md

Compresses everything that permanently enters the LLM context - project and global CLAUDE.md, rules, agent descriptions, hook text, memory - by cross-layer dedup, default-knowledge removal and deep per-file compression. Triggers - slim context, compress context, dedupe rules, сожми контекст, ужми правила.

deployskills/deploy/SKILL.md

GitHub Actions deployment: workflows, releases, GHCR, CI/CD with safety gates. Triggers: deploy, release, workflow.

manager-setupskills/manager-setup/SKILL.md

Manager mode: installs a hard delegation wall into this project — status, install, upgrade, enable, disable, uninstall, purge, level, edit — and explains/customizes codewords ++m, ++a, ++rr, ++r. Triggers: manager, менеджер, hard mode, хард режим, delegate.

plugin-updateskills/plugin-update/SKILL.md

Checks, installs, updates Claude Code plugins. Triggers - update plugins, check versions, обнови плагины.

provider-switchskills/provider-switch/SKILL.md

Configure alt API providers: DeepSeek, Z.ai/GLM, Qwen, MiniMax, OpenRouter. Triggers: switch provider, openrouter.

secrets-scanskills/secrets-scan/SKILL.md

Scans git-tracked files for leaked secrets. Triggers - secrets scan, find credentials, leaked keys, security audit.

sshskills/ssh/SKILL.md

SSH server management — connect, configure, deploy, administer Linux servers with safety gates.

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

Generator: deploys a file-based Kanban into any repo via multi-agent analysis, an optional spec + system-design layer (task-spec skill, per-task spec/design docs, domain-architect fan-out), and an optional gated CLAUDE.md-optimization pass. `upgrade` retrofits the spec layer onto an already-deployed board. Triggers: init task board, scaffold kanban, task tracker, upgrade task board, канбан-доска, спек-слой.

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 the think-short terse-mode hooks. Triggers: think-short, be terse, terse mode, инжект терс-режим.

Plugin manifests1

brewtools/.claude-plugin/plugin.json
{
  "name": "brewtools",
  "version": "6.1.4",
  "description": "Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning",
  "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": [
    "brewtools",
    "text-optimization",
    "secrets-scan",
    "developer-tools"
  ],
  "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.

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