Migrate A Legacy Skill To Layers

  1. Map old prompt text into explicit layer types.
  2. Move hidden behavior into explicit tools, versions, and contracts.
  3. Re-read the public beta skill detail object with GET /api/skills/:id as you iterate.
  4. Preview layered composition with POST /api/skills/:id/preview.
  5. Validate behavior with POST /api/skills/:id/run and, if needed, POST /api/skills/:id/evaluations/run.

See also

Was this page helpful?