Skip to main content
The web UI’s authoring workspace lets a user create a draft, edit its files (including manifest.yaml) in a Monaco-backed editor, validate it against the guardrails service before committing to anything, and publish when ready.
1

Create a draft

Starts an editable, unpublished working copy scoped to one skill id.
2

Validate

Runs structural validation and a guardrails scan without publishing — surfaces both blocking and warning findings in the same response.
3

Publish

Re-runs validation; a BLOCK finding halts before any archive is written. WARN findings never block, but are recorded on the publish audit event.