mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
e50cf7b8c2
- Add glm-design-to-code-trial standalone skill for npx skills distribution - Add brewpage-reference.png test asset - Gitignore d2c-output/ (generated artifacts)
104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"name": "claude-brewcode",
|
|
"owner": {
|
|
"name": "Maksim Kochetkov",
|
|
"email": "apmatypa88@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Claude Code plugin suite: brewcode for infinite task execution and brewdoc for documentation tools",
|
|
"version": "3.4.26"
|
|
},
|
|
"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": "3.4.26",
|
|
"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: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization, md-to-pdf conversion",
|
|
"version": "3.4.26",
|
|
"category": "productivity",
|
|
"keywords": [
|
|
"brewdoc",
|
|
"documentation",
|
|
"auto-sync",
|
|
"memory",
|
|
"claude-code"
|
|
],
|
|
"tags": [
|
|
"documentation",
|
|
"auto-sync",
|
|
"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": "3.4.26",
|
|
"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
|
|
}
|
|
]
|
|
}
|