Migrate A Legacy Skill To Layers
- Map old prompt text into explicit layer types.
- Move hidden behavior into explicit tools, versions, and contracts.
- Re-read the public beta skill detail object with
GET /api/skills/:idas you iterate. - Preview layered composition with
POST /api/skills/:id/preview. - Validate behavior with
POST /api/skills/:id/runand, if needed,POST /api/skills/:id/evaluations/run.