brewcode
v6.1.4Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management
By Maksim KochetkovLicense: MIT31 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 9 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 brewcode-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 brewcode/.
Plugin files
├── .claude-plugin/plugin.json├── skills/agents/SKILL.md├── skills/convention/SKILL.md├── skills/e2e/SKILL.md├── skills/rules/SKILL.md├── skills/semble-setup/SKILL.md├── skills/setup-status/SKILL.md├── skills/skills/SKILL.md├── skills/superreview-setup/SKILL.md└── skills/teams-setup/SKILL.md
Included Skills9
Creates, improves, syncs Claude Code subagents. Triggers: create agent, improve agent, sync agents, memory sync.
Extracts etalon classes, patterns, architecture into convention docs. Triggers: extract conventions, etalon classes.
Orchestrates e2e testing: BDD scenarios, Playwright autotests. Triggers: e2e tests, BDD scenarios, write autotest.
Syncs KNOWLEDGE.jsonl or session learnings to project rules. Triggers: rules, knowledge sync, extract rules.
Installs, audits, repairs, updates, enables, reindexes or removes the semble_code semantic code-search MCP for a project. Triggers: semble, semantic code search, semble status, настрой semble, статус semble, переиндексируй, удали semble.
Reports which brewcode setup skills are installed, stale, partial or missing in this project, compares the version each installed artifact was generated under against the installed plugin, and prints the exact command to run for each. Triggers: setup status, what is installed, what version is installed, что установлено.
Lists, improves, creates, syncs Claude Code skills. Triggers: create skill, improve skill, sync skills, memory sync.
Generates a project-tailored deep-review skill: domain-expert routing + scope discipline (blast radius, delivery, closeout) + mechanical gates + adversarial validation. Triggers: superreview, generate review skill, deep review skill, scope discipline review
Creates and manages dynamic teams of domain agents. Triggers: create team, agent team, team status, cleanup team.
Plugin manifests1
{
"name": "brewcode",
"version": "6.1.4",
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
"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": [
"brewcode",
"task",
"automation",
"agents",
"handoff",
"infinite-context",
"prompt-optimization",
"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.
[brewcode on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brewcode-2)