What problem does it solves?
This Skill streamlines the process of creating distributable Mojo packages (.mojopkg), archives, and installation procedures, making it easy to share and reuse components. It automates the entire packaging workflow, saving significant manual effort.
Core Features & Use Cases:
- Mojo Package Building: Compiles Mojo modules into
.mojopkg files, ready for distribution.
- Distribution Archives: Creates comprehensive tar/zip archives for tooling and documentation, ensuring all necessary assets are bundled.
- Use Case: When a new version of your Mojo library is ready, use this skill to automatically build all
.mojopkg files, create a comprehensive distribution archive, and generate installation instructions. This ensures a consistent and repeatable release process.
Quick Start:
Use the phase-package skill to create a distributable package for the 'tensor' module.