Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kochetkov-ma
Orchestrate full-cycle development workflows in Claude Code using dynamic multi-agent teams and skills: generate plans/specs, implement/review code across Java/Kotlin/TS/Python/Rust/Go/React/Flutter, automate E2E testing/debates/conventions, manage rules/knowledge, and optimize prompts.
npx claudepluginhub kochetkov-ma/claude-brewcode --plugin brewcodeCreates, improves, and analyzes Claude Code agents. Triggers: "create agent", "new agent", "agent doesn't trigger", "improve agent", "fix agent description". <example> user: "Create an agent for code review" <commentary>Explicit agent creation request triggers this agent</commentary> </example> <example> user: "My reviewer agent doesn't trigger reliably" <commentary>Agent improvement/debugging triggers this agent</commentary> </example>
Architecture analysis, patterns, trade-offs, scaling. Triggers: review architecture, design service, performance limits, scaling strategy
Creates professional sh/bash scripts for Mac/Linux. Triggered by 'create script', 'bash script', 'shell script', 'install script', 'setup script'. Expert in Claude Code plugin scripts, brew, env vars.
Brewcode coordinator - extracts knowledge from reports, verifies reports on disk, manages Phase Status table in PLAN.md, generates FINAL.md. Phase status via Task API; coordinator is lightweight.
grepai config specialist - project analysis, config.yaml generation, verification. Triggers 'configure grepai', 'grepai config', 'analyze for grepai', 'setup grepai index'. Isolated subagent.
Interactive agent creation and improvement orchestrator. Create or improve Claude Code agents.
Analyzes project to extract etalon classes, patterns, and architecture by layer. Generates convention documents in .claude/convention/ and organizes rules.
Orchestrates multi-agent debates with 3 modes: Challenge (select best variant), Strategy (deep analysis with independent proposals), Critic (find all weaknesses). Triggers: debate, challenge, compare options, strategy analysis, critique, find weaknesses.
E2E testing orchestration: setup agents, create BDD scenarios, write autotests, review with quorum. Triggers: e2e, end-to-end, scenarios, autotest, BDD.
Use for generates frontend code from design screenshots, mockups, text descriptions, HTML files, or URLs using external GLM vision API (not Claude). Three modes: CREATE, REVIEW, FIX. Supports HTML, React, Flutter output. Triggers: "convert screenshot to code", "design to code", "mockup to code", "generate frontend from image", "turn design into React", "screenshot to HTML", "d2c" <example> user: "Convert this screenshot to React components" <commentary>CREATE mode — user has a design image and wants framework code</commentary> </example> <example> user: "Turn my mockup into a working landing page" <commentary>CREATE mode — natural request for design-to-code generation</commentary> </example> <example> user: "Review how well the generated code matches the original design" <commentary>REVIEW mode — user wants visual comparison of design vs result</commentary> </example>
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning
Workflow skills and shared instructions for coding agents.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning
Brewdoc - Claude Code documentation tools: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Claude Code plugin suite -- three plugins for development, documentation, and text utility workflows.
A regular Claude Code session loses context during compaction. Brewcode automatically saves knowledge, passes state between compaction cycles, and continues work without restarting. Three plugins. 22+ skills. 14 agents. 9 lifecycle hooks.
Security: Code is scanned on every commit. No personal data is collected or transmitted.
| Plugin | Purpose | Skills | Install |
|---|---|---|---|
| brewcode | Infinite task execution, quorum reviews, skill/agent creation, semantic search | 15 | claude plugin install brewcode@claude-brewcode |
| brewdoc | Documentation tools: auto-sync, memory optimization, PDF conversion, publishing | 6 | claude plugin install brewdoc@claude-brewcode |
| brewtools | Universal text utilities: token optimization, humanization, secrets scanning | 3 | claude plugin install brewtools@claude-brewcode |
Permanent installation through the Claude Code plugin system. Plugins load automatically with every session.
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
claude plugin marketplace update claude-brewcode
claude plugin update brewcode@claude-brewcode
claude plugin update brewdoc@claude-brewcode
claude plugin update brewtools@claude-brewcode
claude --plugin-dir ./brewcode --plugin-dir ./brewdoc --plugin-dir ./brewtools
| Component | Version | Purpose |
|---|---|---|
| Claude Code CLI | latest | Plugin runtime |
| Node.js | 20+ | Hook runtime |
| macOS | 13+ | Supported OS |
macOS only. Linux and Windows support is planned for future releases.
/brewcode:setup # 1. Analyze project, generate templates (one-time)
/brewcode:spec "Implement JWT authorization" # 2. Research codebase + create specification
/brewcode:plan # 3. Generate phased execution plan
/brewcode:start # 4. Execute with infinite context handoff
After /brewcode:setup, each task follows the cycle: spec -> plan -> start. During execution, the plugin automatically compacts knowledge at ~90% context, writes handoff state, and continues without interruption.