packaging AI Agent Skills
Browse 13 skills related to packaging
snap-yaml-generator
Generate snapcraft.yaml with confinement settings for Ubuntu Snap packages
linux-gpg-signing
Sign Linux packages with GPG keys for secure distribution
electron-builder-config
Generate and validate electron-builder configuration for multi-platform desktop builds with code signing, auto-update, and platform-specific packaging
qt-installer-framework-config
Configure Qt Installer Framework for cross-platform installers with component management, online updates, and custom UI
rpm-spec-generator
Generate RPM spec files for Fedora, RHEL, and CentOS distributions
flatpak-manifest-generator
Generate Flatpak manifest with proper permissions and sandboxing
deb-package-builder
Build Debian packages with proper control files, dependencies, and maintainer scripts
appimage-builder
Build AppImage bundles with AppDir structure for portable Linux applications
dmg-creator
Create macOS DMG installers with custom backgrounds and app placement
wix-toolset-config
Configure WiX Toolset for Windows MSI installers
nsis-installer-generator
Generate NSIS installer scripts for Windows with custom UI and features
poetry-rye-dependency-management
Python dependency management with Poetry and Rye -- lockfile-driven workflows, dependency groups, monorepo patterns, and migration paths. Covers pyproject.toml-centric packaging for projects not yet on uv.
gymnasium-custom-environments
Building custom Gymnasium environments — Env subclass pattern, render modes, FuncEnv stateless interface, registration, packaging, and env_checker validation.