wmx3-module-create

Generate WMX3 RTDLL module scaffolds with C++ API and CLR wrapper boilerplate.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

This skill automates the creation of a WMX3 RTDLL module scaffold, orchestrating a multi-step workflow that delegates architecture design to wmx3-module-designer, code generation to wmx3-code-generator, and build verification to wmx3-build-checker.

Core Features & Use Cases

  • Automates the WMX3 module scaffolding workflow, generating the file structure and boilerplate for Core RTDLL, C++ API, and CLR wrapper templates.
  • Coordinates specialized agents to handle architecture design, code generation, and build verification, reducing manual setup time.
  • Use case: when starting a new WMX3 module called ApiBufferApi, run this skill to generate its scaffold and leave details to subsequent steps like API integration and TDD.

Quick Start

Describe the new WMX3 module and run the scaffold workflow to generate its file structure and boilerplate.

Frequently Asked Questions about wmx3-module-create

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

FAQPage Schema
How do I automate WMX3 RTDLL module scaffolding?โ–ผ

Automating WMX3 RTDLL module scaffolding generates a complete file structure and boilerplate by orchestrating architecture design, code generation, and build verification into a single workflow. You describe the new module, and the skill produces a ready-to-build scaffold.

What is the process for creating a new WMX3 module?โ–ผ

Creating a new WMX3 module involves delegating architecture design, code generation, and build checks to specialized agents. This coordinated workflow generates Core RTDLL, C++ API, and CLR wrapper templates, leaving API integration details to subsequent steps.

Can I generate ApiBuffer-style modules with automated scaffolding?โ–ผ

Yes, automated scaffolding supports creating ApiBuffer-style modules. The workflow generates the necessary RTDLL scaffold and boilerplate, applying the same architecture design, code generation, and build verification steps used for standard WMX3 modules.

What templates are generated when scaffolding a WMX3 module?โ–ผ

Scaffolding a WMX3 module generates file structures and boilerplate for Core RTDLL, C++ API, and CLR wrapper templates. These templates form the foundational codebase ready for subsequent API integration and test-driven development.

Does WMX3 module scaffolding include build verification?โ–ผ

Yes, WMX3 module scaffolding includes build verification by delegating build checks to a specialized agent. This ensures the generated RTDLL scaffold and boilerplate are ready to build before you proceed with detailed API integration.