Claude Code plugin suite: brewcode for infinite task execution, brewdoc for documentation tools, brewtools for text utilities, brewui for UI/visual/creative tools
npx claudepluginhub kochetkov-ma/claude-brewcodeBrewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management
Brewdoc - Claude Code documentation tools: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization
Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning
Streamlined publishing workflow for converting code and content into live pages with automatic deployment.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Claude Code plugin suite - three plugins for development, documentation, and text utility workflows.
Documentation — getting started guide, skills reference, and architecture overview.
| Plugin | Version | Purpose | Install |
|---|---|---|---|
| brewcode | 3.4.11 | Infinite task execution, prompt optimization, skill/agent creation, quorum reviews | claude plugin install brewcode@claude-brewcode |
| brewdoc | 3.4.11 | Documentation tools: auto-sync, my-claude docs, memory optimization, brewpage publishing | claude plugin install brewdoc@claude-brewcode |
| brewtools | 3.4.11 | Universal text utilities: token optimization, humanization, secrets scanning | claude plugin install brewtools@claude-brewcode |
Full-featured development platform for Claude Code - infinite focus tasks with automatic context handoff, prompt optimization, skill/agent creation, quorum code reviews, project rules management, and knowledge persistence.
13 skills. 14 specialized agents. 7 lifecycle hooks.
🔒 Code is scanned on every commit. No personal data is collected or transmitted
Option A - install from GitHub (persistent across sessions):
claude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode
claude plugin install brewcode@claude-brewcode
claude plugin install brewdoc@claude-brewcode
claude plugin install brewtools@claude-brewcode
Already installed? Update to the latest version:
claude plugin marketplace update claude-brewcode
claude plugin update brewcode@claude-brewcode
claude plugin update brewdoc@claude-brewcode
claude plugin update brewtools@claude-brewcode
Option B - run from local directory (for development or one-time use):
# Both plugins
claude --plugin-dir ./brewcode --plugin-dir ./brewdoc
# Single plugin
claude --plugin-dir ./brewcode
claude --plugin-dir ./brewdoc
After installation, run /brewcode:setup inside Claude Code to check prerequisites (brew, jq, coreutils), optionally set up semantic search (ollama, grepai), and adapt templates for your project.
/brewcode:setup # 1. Adapt templates for your project (one-time)
/brewcode:spec "Implement JWT authorization" # 2. Research + specification
/brewcode:plan # 3. Generate phased plan
/brewcode:start # 4. Execute with infinite context
After /brewcode:setup, each task follows the cycle: spec -> plan -> start.