ワンクリックで
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 職業分類に基づく
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.
| 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: