Frontmatter

Structured metadata attributes extracted from the package's local SKILL.md frontmatter.

JSON representation
{
  "name": string,
  "description": string,
  "license": string,
  "compatibility": string,
  "metadata": {
    string: string,
    ...
  }
}
Fields
name

string

Required. The name of the skill.

description

string

Required. Functional description.

license

string

Optional. License.

compatibility

string

Optional. Environmental dependencies or local sidecars.

metadata

map (key: string, value: string)

Optional. Extensible flattened map mapping custom tags, authors, and version parameters.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.