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 |
Required. The name of the skill. |
description |
Required. Functional description. |
license |
Optional. License. |
compatibility |
Optional. Environmental dependencies or local sidecars. |
metadata |
Optional. Extensible flattened map mapping custom tags, authors, and version parameters. An object containing a list of |