init_skill: Initialize a New Skill
Description
Creates a new skill directory with the standard "textbook" structure:
SKILL.md, scripts/, references/, and assets/.
Usage
init_skill(name, path = tempdir())
Value
Path to the created skill directory.
Arguments
- name
Name of the skill.
- path
Parent directory where the skill folder will be created.