brewtools
v6.1.4Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brewtools-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 brewtools/.
Plugin files
├── .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
Installs, configures or removes the agent-deadline hooks (soft wall-clock budget for subagents). Triggers: agent-deadline, subagent timeout, agent time limit, дедлайн агента, таймаут саб-агента.
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, бюджет ответа агента, размер отчёта саб-агента.
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, роутер агентов, не тот агент.
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, сожми контекст, ужми правила.
GitHub Actions deployment: workflows, releases, GHCR, CI/CD with safety gates. Triggers: deploy, release, workflow.
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.
Checks, installs, updates Claude Code plugins. Triggers - update plugins, check versions, обнови плагины.
Configure alt API providers: DeepSeek, Z.ai/GLM, Qwen, MiniMax, OpenRouter. Triggers: switch provider, openrouter.
Scans git-tracked files for leaked secrets. Triggers - secrets scan, find credentials, leaked keys, security audit.
SSH server management — connect, configure, deploy, administer Linux servers with safety gates.
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, канбан-доска, спек-слой.
Humanizes code, docs, articles, reddit/chat, javadoc -- strips AI artifacts, fixes unicode, fits register. Triggers: humanize, ai artifacts, unicode fix, article, reddit, javadoc.
Optimizes text/docs for LLM token efficiency. Triggers - optimize, reduce tokens, compress, deep compress.
Installs or removes the think-short terse-mode hooks. Triggers: think-short, be terse, terse mode, инжект терс-режим.
Plugin manifests1
{
"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/"
}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.
[brewtools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brewtools-2)