wmx3-deploy

Deploy WMX3 core modules and artifacts to the /opt/lmx/ runtime environment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WMX3 모듈 배포를 간소화하고 일관된 위치에 배포 스크립트와 빌드 아티팩트를 배치합니다.

Core Features & Use Cases

  • 배포 스크립트 생성 및 실행으로 모듈 배포를 자동화합니다.
  • 헤더, 라이브러리, 모듈 파일을 표준 경로로 배치하고 런타임 로딩을 보장합니다.
  • Use Case: CI/CD 파이프라인에서 모듈 업데이트 후 런타임 재시작 없이 배포합니다.

Quick Start

Execute deployment to copy artifacts to /opt/lmx/ and install the WMX3 module.

Frequently Asked Questions about wmx3-deploy

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

FAQPage Schema
How do I deploy WMX3 modules and artifacts to /opt/lmx?

The Skill automates WMX3 module deployment by generating and executing a bash script that copies core modules, headers, and shared libraries to the /opt/lmx/ runtime environment.

Can I update WMX3 modules in a CI/CD pipeline without restarting the runtime?

Yes, the Skill supports CI/CD pipeline deployment by placing updated build artifacts into /opt/lmx/ and ensuring runtime module loading without requiring a full runtime restart.

Does the WMX3 deployment script verify required outputs and symbols before finishing?

Yes, the deployment process enforces checks for required outputs and symbols to ensure a valid deployment before finishing, preventing incomplete or broken module integration.

What is the best way to automate placing WMX3 headers and shared libraries to a standard path?

The best way is using the Skill's generated bash script to automate header and shared library placement into /opt/lmx/, integrating runtime modules under various build configurations.

How does WMX3 runtime module integration work under different build configurations?

Runtime module integration works by deploying compiled shared objects and headers to /opt/lmx/ and loading them according to the specific build configuration enforced by the deployment script.