brewui:glm-design-to-code
Installation
SKILL.md
[DICT: SD=scripts dir (${CLAUDE_SKILL_DIR}/scripts), RD=references dir (${CLAUDE_SKILL_DIR}/references), IT=INPUT_TYPE, DI=DUAL_INPUT, GLI=GLM_INSTRUCTION, PV=PROVIDER, FR=FRAMEWORK, PR=PROFILE, MT=MAX_TOKENS, ARG=$ARGUMENTS]
GLM Design-to-Code
Converts design inputs (screenshots, text descs, HTML files, URLs) → working frontend code via GLM vision models. Modes: CREATE, REVIEW, FIX.
Args: ARG
Mode Routing
| Mode | Flow |
|---|---|
| CREATE | Ph0 → Ph0.5 → Ph1 → Ph2 → Ph3 (auto-fix) → Ph4 (mandatory verify) → Ph5 (if --review) |
| REVIEW | Ph0 → Ph0.5 → Ph1 → Ph5 |
| FIX | Ph0 → Ph0.5 → Ph1 → Ph6 |