What problem does it solve? Distributing a Skill project requires manually collecting files, excluding developer artifacts like tests, caches, and governance docs, and producing a consistently named zip. This Skill automates that packaging so any project containing a SKILL.md can be turned into a clean release archive. ## Core Features & Use Cases - Generic Skill Packaging: Detects any Qoder Skill project by its SKILL.md, reads version from VERSION or skill.json, and produces a zip named {BrandName}-Skill-v{version}.zip. - Single-Source Exclusion Model: Excludes version control, IDE, cache, test, and governance artifacts using rules parsed at runtime from pack.ps1, with documented intentional exclusions and exception paths. - Dual-Package Awareness: When packing ChronoPM-Project, automatically detects and packs the ChronoPM-Portfolio companion package as a second zip. - Use Case: Before releasing a new Skill version, run a dry-run to preview included files, then generate the final distribution zip for publication. ## Quick Start Ask the AI to package the current Skill project into a distribution zip, optionally requesting a dry-run preview first.