package-plugin

Installation
SKILL.md

Package Plugin

Package a plugin into a distributable .zip archive suitable for importing into Claude Code or sharing with other teams.

When to Use

  • Exporting a plugin for Claude Code import (claude --plugin-dir)
  • Sharing a plugin with another developer or repository
  • Creating a release artifact for distribution

Execution Steps

1. Validate the Plugin

Before packaging, verify the plugin has a valid manifest:

python3 plugins/plugin-manager/skills/package-plugin/scripts/package.py \
  --validate-only --plugin <path-to-plugin>
Related skills
Installs
9
GitHub Stars
2
First Seen
Mar 12, 2026