Package a skill for distribution
/plugin marketplace add bengous/claude-code-plugins/plugin install claude-meta-tools@bengous-plugins<path> [--output <dir>]claude-opus-4-5skill-creator/# Package Skill for Distribution Package a skill into a distributable format. ## Usage ## Arguments - `<path>`: Path to the skill directory to package (required) - `--output <directory>`: Output directory for the packaged skill (optional, defaults to current directory) ## What It Does The packaging script: - Validates the skill structure - Creates a distributable archive - Includes all necessary files (SKILL.md, references, etc.) - Generates metadata - Optionally signs the package ## Your Task Execute the skill packaging script: Inform the user about the packaged file location ...