mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
47bdf6b0e9
Injects brevity directives into main conversation (SessionStart) and sub-agent prompts (PreToolUse:Task). 3 profiles (light/medium/aggressive), NL parsing (RU+EN), blacklist (debate/docs-writer/architect by default), atomic state writes with O_NOFOLLOW. Disabled by default. Files: - brewtools/skills/think-short/ — new skill (SKILL.md, helpers, profiles, 10 e2e scenarios) - brewtools/hooks/session-start.mjs, pre-task.mjs — think-short injection - brewtools/.claude-plugin/plugin.json — config.think_short defaults - web/docs/src/content/docs/brewtools/skills/think-short.mdx — MDX page - web/docs/src/utils/navigation.ts — nav entry - brewdoc/skills/guide/references/topic-skills-catalog.md — catalog sync (brewtools 8→11) - README.md, brewtools/README.md, RELEASE-NOTES.md — updates
131 lines
3.7 KiB
JSON
131 lines
3.7 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": "3.7.4"
|
|
},
|
|
"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.7.4",
|
|
"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.7.4",
|
|
"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.7.4",
|
|
"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": "Brewui - UI/visual/creative tools for Claude Code: AI image generation, design-to-code conversion",
|
|
"version": "3.7.4",
|
|
"category": "productivity",
|
|
"keywords": [
|
|
"brewui",
|
|
"image-generation",
|
|
"visual-tools",
|
|
"design-to-code"
|
|
],
|
|
"tags": [
|
|
"image-generation",
|
|
"visual-tools",
|
|
"design-to-code",
|
|
"creative"
|
|
],
|
|
"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
|
|
}
|
|
]
|
|
}
|