Skip to contents

Creates a new skill directory with the standard "textbook" structure: SKILL.md, scripts/, references/, and assets/.

Usage

init_skill(name, path = ".")

Arguments

name

Name of the skill.

path

Parent directory where the skill folder will be created.

Value

Path to the created skill directory.