wmx3-docs

Generate Markdown API documentation for WMX3 modules from C++ headers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WMX3 모듈의 사용자 설명서를 자동 생성하여 API 문서화를 가속화합니다.

Core Features & Use Cases

  • 자동 API 문서 생성: 함수 시그니처, 매개변수, 반환값, 에러 코드를 포함한 Markdown 문서 생성
  • 예제 코드 포함: C++ 및 C# 예제 코드 제공
  • 한국어 작성: 문서 내용은 한국어로 작성

Quick Start

Provide the module name or header path to generate the WMX3 documentation.

Frequently Asked Questions about wmx3-docs

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

FAQPage Schema
How do I generate API documentation from C++ headers for WMX3 modules?

To generate API documentation from C++ headers, provide the WMX3 module name or header path to extract function signatures, parameters, return values, and error codes into structured Markdown files.

What is included in the auto-generated WMX3 Markdown documentation?

The auto-generated WMX3 Markdown documentation includes a main user guide, API reference, error codes, cross-links, and usage samples with C++ and C# example code written in Korean.

Do I need any specific dependencies to generate WMX3 C++ API docs?

No specific dependencies are required to generate WMX3 C++ API docs; the skill analyzes existing WMX3 module header and source files directly to output structured documentation under the docs directory.

Can I extract error codes and return values from C++ header files automatically?

Yes, you can extract error codes and return values from C++ header files automatically by analyzing the WMX3 module API and definition headers to populate the generated Markdown API reference.

What is the best way to document WMX3 module APIs without writing Markdown manually?

The best way to document WMX3 module APIs without writing Markdown manually is to use automated code generation tools that parse C++ headers and output structured user guides and API references directly.

Why are my WMX3 C++ header files not generating complete API references?

Your WMX3 C++ header files may not generate complete API references if the required API and API definition headers are missing or improperly structured for extraction.