ワンクリックで
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.