install-workflow

Community

Create GitHub Actions workflows for automated packaging.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill generates GitHub Actions workflows to automate packaging, CI builds, and release creation for Mojo packages.

Core Features & Use Cases

  • Automated packaging workflow: Builds distributable packages from Mojo sources.
  • Release automation: Creates GitHub releases with built artifacts.
  • Workflow templates: Provides example workflows to adapt.

Quick Start

Add the workflow YAML under .github/workflows (as shown in the skill), ensure your packaging script exists, and trigger builds by pushing a semantic version tag (e.g., v1.2.3). The release step uses softprops/action-gh-release@v1 to publish mojopkg artifacts.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: install-workflow
Download link: https://github.com/mvillmow/ml-odyssey/archive/main.zip#install-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository