Skip to main content

Module scaffold

Module scaffold 

Source
Expand description

Scaffold a new skill on disk: write SKILL.md + create optional scripts/, references/, assets/ subdirs per the canonical layout.

Structs§

ScaffoldOptions

Enums§

ScaffoldError

Functions§

scaffold_skill
Materialize a new skill on disk. Idempotency is not assumed: if the skill dir already exists, an error is returned.
validate_name
Validate the lowercase-hyphen rule per the agent-skills spec name field.