package-skill

Installation
SKILL.md

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

  1. Locate the script:

    SCRIPT="${SKILL_ROOT}/../skill-shaper/scripts/package_skill.py"
    
  2. Run package_skill.py:

    python3 "$SCRIPT" $ARGUMENTS
    
  3. Report results: Show the path to the created .skill file and its size. If packaging failed (e.g., validation errors), report the issues.

Related skills

More from bluewaves-creations/bluewaves-skills

Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026