← ClaudeAtlas

context-metadata-schemalisted

Normative metadata schema v1 for all context-server records. Defines the kind registry (user_message, report, plan, handoff, checkpoint, note, issue, comment), required and optional metadata fields per kind, status vocabularies, the typed links object with its design rules, and the filter recipes that make entries reliably queryable. Use whenever composing or updating context-server entry metadata, choosing kind or status values, linking entries to each other, or writing metadata / metadata_filters queries -- even when another skill already guides the surrounding workflow, this skill is the single source of truth for field names, value vocabularies, and link semantics.
alex-feel/mcp-context-server · ★ 9 · Data & Documents · score 66
Install: claude install-skill alex-feel/mcp-context-server
<overview> # Context-Server Metadata Schema v1 This skill is the single normative definition of the metadata contract for every entry stored on the context server. Workflow skills teach WHEN and HOW to store, retrieve, or track work; this skill defines WHAT the metadata of any entry must look like so that every record is discoverable by filters, navigable by typed links, and ready for future server-side schema enforcement. When any guidance conflicts with this skill on field names, value vocabularies, or link semantics, this skill wins. The schema is versioned by the `schema_version` field. This document defines version 1. Evolution is additive-only (see the Evolution section), so version 1 is expected to remain current for a long time. </overview> <universal_core> ## Universal Core (Every Entry, Every Kind) Every new entry stored on the context server carries these metadata fields: | Field | Type | Requirement | Meaning | |------------------|--------|-------------|----------------------------------------------------------------------------------| | `schema_version` | int | REQUIRED | Literal `1` (JSON number, not a string). | | `kind` | string | REQUIRED | The record-kind discriminator. See the Kind Registry below. | | `project` | string | REQUIRED | Canonical project name (derivation chain bel