The package manifest reference for Shipables skills.
shipables.json
The shipables.json file is the package manifest for your skill. It contains distribution metadata used by the registry for search, display, and installation.
Note: The skill's name, description, and license are defined in SKILL.md frontmatter, not here. SKILL.md holds identity and legal metadata as defined by the Agent Skills standard, while shipables.json holds registry-specific metadata like versioning, categories, and MCP server declarations.
The version of this skill release. Must be a valid Semantic Version (e.g., 1.0.0, 2.1.0-beta.1). Each published version must be unique and greater than the previous.
keywords
"keywords": ["postgres", "database", "sql"]
Array of search keywords. These improve discoverability in the registry.