Files
kochetkov-ma__claude-brewcode/.claude-plugin/marketplace.json
T
2026-08-10 18:21:03 +01:00

129 lines
3.6 KiB
JSON

{
"name": "claude-brewcode",
"owner": {
"name": "Maksim Kochetkov",
"email": "apmatypa88@gmail.com"
},
"metadata": {
"description": "Claude Code plugin suite: brewcode for infinite task execution, brewdoc for documentation tools, brewtools for text utilities, brewui for UI/visual/creative tools",
"version": "5.5.1"
},
"plugins": [
{
"name": "brewcode",
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
"version": "5.5.1",
"category": "productivity",
"keywords": [
"brewcode",
"task",
"automation",
"agents",
"handoff",
"infinite-context",
"prompt-optimization",
"developer-tools"
],
"tags": [
"brewcode",
"task-management",
"workflow",
"multi-agent",
"knowledge-persistence",
"code-review",
"rules-management"
],
"author": {
"name": "Maksim Kochetkov",
"email": "apmatypa88@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
"source": "./brewcode",
"strict": true
},
{
"name": "brewdoc",
"description": "Brewdoc - Claude Code documentation tools: my-claude installation docs, memory sync, md-to-pdf conversion",
"version": "5.5.1",
"category": "productivity",
"keywords": [
"brewdoc",
"documentation",
"memory",
"claude-code"
],
"tags": [
"documentation",
"memory-management",
"my-claude"
],
"author": {
"name": "Maksim Kochetkov",
"email": "apmatypa88@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
"source": "./brewdoc",
"strict": true
},
{
"name": "brewtools",
"description": "Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning",
"version": "5.5.1",
"category": "productivity",
"keywords": [
"brewtools",
"text-optimization",
"secrets-scan",
"humanize",
"developer-tools"
],
"tags": [
"text-optimization",
"secrets-scan",
"humanize",
"utilities"
],
"author": {
"name": "Maksim Kochetkov",
"email": "apmatypa88@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
"source": "./brewtools",
"strict": true
},
{
"name": "brewui",
"description": "Placeholder for future UI/visual/creative tools (currently empty, installable)",
"version": "5.5.1",
"category": "productivity",
"keywords": [
"ui",
"visual",
"creative",
"placeholder"
],
"tags": [
"ui",
"visual",
"creative",
"placeholder"
],
"author": {
"name": "Maksim Kochetkov",
"email": "apmatypa88@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/kochetkov-ma/claude-brewcode",
"repository": "https://github.com/kochetkov-ma/claude-brewcode.git",
"source": "./brewui",
"strict": true
}
]
}