Core concepts
Facet
A named, versioned collection of assets: skills, agents, commands, and MCP servers.
Facet manifest
facet.json, a facet’s own identity and contents.Project manifest
facets.json, what a consuming project depends on.Lockfile
facets.lock, what those dependencies resolved to.Facet archive
The
.facet artifact, the transport form between publish and install.Adapter
The layer between a facet’s contributions and one tool’s conventions.
Assets
Skill
skills/<name>/SKILL.md plus optional companions.Agent
agents/<name>.mdCommand
commands/<name>.mdMCP server
A keyed entry inside tool-owned configuration.