Agent Plugins Marketplace
All plugins

brewcode

v4.0.6+codex.20260713192629

Codex-native workflows for agents, conventions, project rules, reviews, and teams.

Codex5 Skills

By Maksim KochetkovLicense: MIT31 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
5 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add brewcode-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/.codex/.

Plugin files

brewcode/.codex/
├── .codex-plugin/plugin.json
├── skills/agents/SKILL.md
├── skills/convention/SKILL.md
├── skills/rules/SKILL.md
├── skills/superreview-setup/SKILL.md
└── skills/teams-setup/SKILL.md

Included Skills5

agentsskills/agents/SKILL.md

Creates, improves, syncs Codex 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.

rulesskills/rules/SKILL.md

Maintains project .codex/rules and the AGENTS.md rule index. Explicit user invocation only.

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/.codex/.codex-plugin/plugin.json
{
  "name": "brewcode",
  "version": "4.0.6+codex.20260713192629",
  "description": "Codex-native workflows for agents, conventions, project rules, reviews, and teams.",
  "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": [
    "codex",
    "development",
    "rules",
    "agents",
    "review"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Brewcode",
    "shortDescription": "Codex development workflows",
    "longDescription": "Reusable Codex workflows for agent authoring, conventions, indexed project rules, team coordination, and deep reviews.",
    "developerName": "Maksim Kochetkov",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/kochetkov-ma/claude-brewcode",
    "defaultPrompt": [
      "Use Brewcode to prepare a verified implementation plan."
    ]
  }
}

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-3)