What problem does it solve?
Sharing or distributing a skill directory requires creating a portable artifact while preserving files and avoiding accidental content changes, which is tedious and error-prone when done manually. This skill automates the packaging decision and produces a ready-to-share file without transforming the skill content.
Core Features & Use Cases
- Mechanical packaging: emit a single SKILL.md file when the directory contains only that file, or create a zip archive for multi-file directories.
- Safety and validation: verify the input is a directory, count text files to decide format, prevent silent overwrites, and only remove intermediate directories when the input is under the designated temporary export location.
- Use cases: prepare a skill for sharing with a colleague, create a marketplace-ready bundle, or hand off a translated or sanitized skill directory.
Quick Start
Invoke /export-skill:package with the path /tmp/skill-exports/say/ to create say.zip next to the input directory.