publish-wayq

Automate WayQ plugin releases with git operations, CI builds, and GitHub Releases.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/rcrath/wayq --skill publish-wayq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-wayq
Source: https://github.com/rcrath/wayq/tree/main/.claude/skills/publish-wayq
Command: npx skills add https://github.com/rcrath/wayq --skill publish-wayq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the release process for WayQ plugins, including building, publishing, and deploying to way.net, streamlining the workflow for developers.

Core Features & Use Cases

  • Automated Release Process: Handles commits, pushes, tags, and triggers CI builds and GitHub Release creation.
  • Platform Support: Supports Windows, Linux, macOS, VST3, CLAP, and AU formats.
  • CI Workflow: Utilizes .github/workflows/build.yml to handle CI builds, sign and notarize macOS installers, publish on GitHub, and deploy to way.net.

Quick Start

Run /publish-wayq <optional tag> to tag, push, and publish a release for a WayQ plugin.

Frequently Asked Questions about publish-wayq

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub Release creation for VST3, CLAP, and AU plugins?

You can automate GitHub Release creation for VST3, CLAP, and AU plugins by running a release command that handles git operations, triggers CI builds, and creates the release automatically.

What is the best way to automate plugin deployment to way.net?

Automating plugin deployment to way.net is best handled through a CI workflow that builds, signs, notarizes, and deploys the release artifacts automatically without manual intervention.

Does this release automation process support macOS notarization for audio plugins?

Yes, the release automation process supports macOS notarization by utilizing the CI workflow to sign and notarize macOS installers before publishing them to GitHub and way.net.

How do I trigger a CI build for a WayQ plugin release?

You trigger a CI build for a WayQ plugin release by running the publish command, which manages the necessary commit, push, and tag operations to initiate the workflow.

Can I use this CI workflow to publish releases across Windows, Linux, and macOS?

Yes, you can use this CI workflow to publish releases across Windows, Linux, and macOS, as it fully supports building and deploying audio plugins across these various platforms.