wmx3-build

Automate WMX3 module builds using OS-aware CMake presets for Linux.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/pjy4617/pjy-claude-skill --skill wmx3-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wmx3-build
Source: https://github.com/pjy4617/pjy-claude-skill/tree/main/plugins/wmx3md/skills/wmx3-build
Command: npx skills add https://github.com/pjy4617/pjy-claude-skill --skill wmx3-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates cross-platform WMX3 module builds using OS-aware CMake presets to ensure consistent outputs.

Core Features & Use Cases

  • OS-aware CMakePresets for linux-release, linux-debug, linux-relwithdebinfo, linux-xenomai, and windows
  • Automatic build directory setup and artifact validation (.so/.a) across Linux; Windows build guidance included
  • Clear failure routing via a wmx3-build-checker agent for analysis and remediation

Quick Start

Run the WMX3 build using the linux-release preset to start a Linux release build.

Frequently Asked Questions about wmx3-build

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

FAQPage Schema
How do I automate cross-platform WMX3 module builds with CMake presets?

Automate cross-platform WMX3 builds by applying OS-aware CMake presets. This ensures consistent outputs by automatically configuring Linux environments for linux-release, linux-debug, linux-relwithdebinfo, and linux-xenomai presets.

Does the WMX3 build automation support both Linux and Windows environments?

Yes, WMX3 build automation supports both Linux and Windows environments. It provides full preset configurations for Linux and dedicated build workflow guidance for Windows tooling.

What's the best way to set up a Linux release build for WMX3 modules?

The best way to set up a Linux release build is to run the WMX3 build using the linux-release preset. This automatically handles build directory setup and validates output artifacts like .so and .a files.

How are build failures and artifact validation errors analyzed during the WMX3 build process?

Build failures and artifact validation errors are analyzed through a dedicated wmx3-build-checker agent. This agent provides clear failure routing for error analysis and remediation after the CMake build process.

Do I need CMakePresets.json to configure WMX3 module builds?

Yes, you need a CMakePresets.json file along with Linux or Windows tooling to configure WMX3 module builds. These are required to apply the OS-aware presets for consistent build outputs.

What limitations exist when building WMX3 modules on Windows compared to Linux?

On Windows, WMX3 builds are limited to workflow guidance rather than the full automated preset configuration available on Linux. Linux fully supports automated artifact validation for .so and .a files across multiple presets.