원클릭으로
design-md-to-metadata
Generates a metadata.yaml file for a given DESIGN.md file based on the project schema and template.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates a metadata.yaml file for a given DESIGN.md file based on the project schema and template.
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.
Analyzes an HTML design and generates a DESIGN.md file based on the design-md spec.
Lints a DESIGN.md file and uses the format specification and examples to automatically fix any errors or warnings.
| name | design-md-to-metadata |
| description | Generates a metadata.yaml file for a given DESIGN.md file based on the project schema and template. |
Analyze the provided DESIGN.md file to generate a companion metadata.yaml file in the same directory. The metadata provides structured information about the design system.
Use the following files as strict references for the structure and validation of the metadata.yaml file:
design-md-library/metadata.schema.yamldesign-md-library/metadata_template.yamlDESIGN.md file as input.metadata.yaml file as output.metadata.yaml file MUST be placed in the EXACT SAME directory as the input DESIGN.md file.metadata.schema.yaml) and follow the structure of the template (metadata_template.yaml).DESIGN.md (such as theme name, tags, description, etc.) to populate the metadata fields appropriately.