Skill Version Object

skillVersionSchema describes one version of a skill.

Notable fields

  • versionNumber, isPublished, status (draft | published)
  • inputSchema, variablesSchema, outputSchema, outputContractState
  • layerspromptLayerSchema[] composition
  • toolsskillVersionToolSchema[] with optional capability metadata
  • preview — rendered prompt + composition trace for UI/preview flows
  • validation — structured errors/warnings
  • executionReadiness — readiness for runs

See also

Was this page helpful?