R/scaffold.R
init_skill.Rd
Creates a new skill directory with the standard "textbook" structure: SKILL.md, scripts/, references/, and assets/.
init_skill(name, path = ".")
Name of the skill.
Parent directory where the skill folder will be created.
Path to the created skill directory.