Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems.
Install with Tessl CLI
npx tessl i github:dandye/ai-runbooks --skill design-metadata-schema46
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
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:
67a00be
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.