원클릭으로
html-to-design-md
Analyzes an HTML design and generates a DESIGN.md file based on the design-md spec.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyzes an HTML design and generates a DESIGN.md file based on the design-md spec.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a self-contained HTML preview for a DESIGN.md design system. Use when you need to visualize tokens, typography, and components in a functional web page.
Generates a metadata.yaml file for a given DESIGN.md file based on the project schema and template.
Lints a DESIGN.md file and uses the format specification and examples to automatically fix any errors or warnings.
| name | html-to-design-md |
| description | Analyzes an HTML design and generates a DESIGN.md file based on the design-md spec. |
Analyze the design system of the provided HTML file with the goal of creating a DESIGN.md file in the same directory. The DESIGN.md file provides the user a file for easy copy & pasting.
Use the following files as specification reference and examples for creating the DESIGN.md:
design-md-library/design-md-spec/spec.mddesign-md-library/design-md-spec/DESIGN-example-1.mddesign-md-library/design-md-spec/DESIGN-example-2.mddesign-md-library/design-md-spec/DESIGN-example-3.mdDESIGN.md file as output in the SAME folder as the input HTML file.npx @google/design.md lint <design md file path> to validate the created DESIGN.md file and fix any errors found.If you have access to a running local server or screenshots of the product, compare your DESIGN.md against the rendered UI. Revise until both the YAML tokens and the written description faithfully capture the product's visual identity.