원클릭으로
metadata-schema-design
Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | metadata-schema-design |
| description | Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems. |
| required_roles | {"scribe":"roles/scribe.editor"} |
| personas | ["information-architect","data-architect","content-strategist"] |
Develop a comprehensive metadata schema for content management. This skill defines structured fields, validation rules, and standards compliance to improve searchability and management.
PATH - The content domain to apply the schema to (e.g., "/content")OUTPUT_FORMAT - (Optional) The output format for the schema, e.g., "json-schema", "xml", "markdown" (default: "json-schema")DUBLIN_CORE - (Optional) Boolean, whether to align with Dublin Core standards (default: true)CUSTOM_FIELDS - (Optional) List of custom business-specific fields to includeVALIDATION_RULES - (Optional) Boolean, whether to define validation logic for fields (default: true)Analyze the content types at PATH to determine metadata needs.
Define the fields and their properties.
CUSTOM_FIELDS or discovered during analysis.If VALIDATION_RULES is true, define:
Generate the schema definition in the requested OUTPUT_FORMAT (e.g., JSON Schema, XML Schema, or Markdown Table).
A METADATA_SCHEMA object in the specified OUTPUT_FORMAT containing:
Normalize named entities and concept variants into canonical forms using controlled vocabularies or standard taxonomies.
Analyze vocabulary overlap and identify named entities unique to domain/document corpora.
Transform lengthy documents into a semantic tree structure. It extracts sections, summaries, and hierarchies optimized for use with Large Language Models (LLMs).
Design formal ontologies using OWL/RDFS. Defines classes, properties, and relationships for complex semantic modeling.
Systematic cataloging of information assets. Creates comprehensive inventories or card sorting materials from content.
Generate JSON-LD structured data for web content. Maps content to Schema.org types to improve search engine understanding and rich result eligibility.