Skip to contents

Validates a skill and packages it into a .skill (zip) file.

Usage

package_skill(path, output_dir = ".")

Arguments

path

Path to the skill directory.

output_dir

Directory to save the .skill file. Defaults to current directory.

Value

Path to the created .skill file.