Expand description
Scaffold a new skill on disk: write SKILL.md + create optional
scripts/, references/, assets/ subdirs per the canonical layout.
Structs§
Enums§
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.