Package a validated skill into a distributable .skill ZIP file.
$ARGUMENTS
Arguments should be: <skill-folder> [output-directory]. If no arguments are provided, ask the user for the skill path.
Steps
-
Locate the script:
SCRIPT="${SKILL_ROOT}/../skill-shaper/scripts/package_skill.py" -
Run package_skill.py:
python3 "$SCRIPT" $ARGUMENTS -
Report results: Show the path to the created
.skillfile and its size. If packaging failed (e.g., validation errors), report the issues.