Agent Plugins Marketplace
All plugins

brewcode

v6.1.4

Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management

Claude Code9 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brewcode-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 brewcode/.

Plugin files

brewcode/
├── .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

agentsskills/agents/SKILL.md

Creates, improves, syncs Claude Code subagents. Triggers: create agent, improve agent, sync agents, memory sync.

conventionskills/convention/SKILL.md

Extracts etalon classes, patterns, architecture into convention docs. Triggers: extract conventions, etalon classes.

e2eskills/e2e/SKILL.md

Orchestrates e2e testing: BDD scenarios, Playwright autotests. Triggers: e2e tests, BDD scenarios, write autotest.

rulesskills/rules/SKILL.md

Syncs KNOWLEDGE.jsonl or session learnings to project rules. Triggers: rules, knowledge sync, extract rules.

semble-setupskills/semble-setup/SKILL.md

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.

setup-statusskills/setup-status/SKILL.md

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, что установлено.

skillsskills/skills/SKILL.md

Lists, improves, creates, syncs Claude Code skills. Triggers: create skill, improve skill, sync skills, memory sync.

superreview-setupskills/superreview-setup/SKILL.md

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

teams-setupskills/teams-setup/SKILL.md

Creates and manages dynamic teams of domain agents. Triggers: create team, agent team, team status, cleanup team.

Plugin manifests1

brewcode/.claude-plugin/plugin.json
{
  "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/"
}

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)