context-metadata-schemalisted
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