mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
592de4e93b
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.
24 lines
329 B
Plaintext
24 lines
329 B
Plaintext
.idea/
|
|
runtime/dist/
|
|
runtime/node_modules/
|
|
package-lock.json
|
|
!web/docs/package-lock.json
|
|
|
|
# User-specific files (not tracked)
|
|
user/
|
|
.claude/memory/
|
|
|
|
# Astro docs site
|
|
web/docs/node_modules/
|
|
web/docs/dist/
|
|
web/docs/.astro/
|
|
|
|
# Environment secrets
|
|
.env
|
|
!**/.env.example
|
|
logs/
|
|
|
|
# Data exports and test artifacts
|
|
data/
|
|
*.fullpage.png
|