Agent Skills: package-skill

Package a skill folder into a distributable .skill ZIP file. Use when preparing a skill for distribution or upload to Claude.ai.

UncategorizedID: bluewaves-creations/bluewaves-skills/package-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bluewaves-creations/bluewaves-skills/tree/HEAD/plugins/skills-factory/skills/package-skill

Skill Files

Browse the full folder contents for package-skill.

Download Skill

Loading file tree…

plugins/skills-factory/skills/package-skill/SKILL.md

Skill Metadata

Name
package-skill
Description
Package a skill folder into a distributable .skill ZIP file. Use when preparing a skill for distribution or upload to Claude.ai.

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.