brewcode
v4.0.6+codex.20260713192629Codex-native workflows for agents, conventions, project rules, reviews, and teams.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add brewcode@agent-plugin-marketplacePaste 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-brewcodeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .codex/plugins/brewcode/.
Plugin files
├── .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
Creates, improves, syncs Codex subagents. Triggers: create agent, improve agent, sync agents, memory sync.
Extracts etalon classes, patterns, architecture into convention docs. Triggers: extract conventions, etalon classes.
Maintains project .codex/rules and the AGENTS.md rule index. Explicit user invocation only.
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": "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."
]
}
}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)