Files
kochetkov-ma__claude-brewcode/brewcode/package.json
T
kochetkov-ma 592de4e93b v3.4.22: add glm-design-to-code skill
New skill: /brewcode:glm-design-to-code — GLM vision model-powered
design-to-code generator with 4 input types (screenshots, text
descriptions, HTML files, URLs), 3 modes (CREATE/REVIEW/FIX),
3 frameworks (HTML/CSS, React 18, Flutter Web), 3 quality profiles,
dual provider support (Z.ai + OpenRouter).

Includes: SKILL.md, 6 pipeline scripts, 7 reference prompts,
2 specialist agents, full docs site page with benchmarks,
plugin README/commands updates, navigation integration.
2026-04-03 18:13:57 +01:00

42 lines
850 B
JSON

{
"name": "claude-plugin-brewcode",
"version": "3.4.22",
"description": "Infinite task execution with automatic handoff for Claude Code",
"keywords": [
"claude-code",
"claude-plugin",
"task-management",
"agents",
"automation",
"handoff"
],
"author": {
"name": "Maksim Kochetkov"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/user/claude-brewcode.git",
"directory": "brewcode"
},
"files": [
".claude-plugin/",
"skills/",
"agents/",
"hooks/",
"templates/",
"runtime/dist/",
"runtime/package.json",
"README.md",
"INSTALL.md"
],
"scripts": {
"build": "cd runtime && npm install && npm run build",
"prepublishOnly": "npm run build"
},
"claude-plugin": {
"name": "brewcode",
"version": "3.4.22"
}
}