一键导入
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.