md2html
DEPRECATED — moved to mcp-server-document as md2html_convert tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DEPRECATED — moved to mcp-server-document as md2html_convert tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Four-machine Radia release gate. Use when the user asks for release-qud, release_quad, release_qud, post-release deploy, GitHub Release publication, or the Definition Of Done for Radia releases. Coordinates PyPI and Simulink release candidates across LAB, 100号機, mdx, and hibino via tools/release_qud.py.
Publish Radia's Simulink application library after verifying its five application blocks and tracked MATLAB-only samples. Use simulink-app-health before deploy/release-qud; Cubit's toolbar remains a separate deployment surface.
Verify Radia's production Simulink application blocks for EM, PCB, Motor, Stream Function, and IH. Use after changing buildLibrary, applicationSFunction, runApplication, application.py, a DesignSpec/calc script, the application interface manifest, or the tracked Simulink library; also use when a block does not run or leaves incomplete artifacts.
Take inventory of the radia package's proprietary Python and pybind API surface, classify API families under the Reduce Proprietary API Surface policy, and produce a committed audit plus phased reduction plan. Use after public API changes, before deprecation work, or for periodic read-only surface audits.
Historical deploy notes. Current Radia deploy/release uses release-qud plus cubit-plugin-install; do not follow old .ccl/Cubit-2025.3 recipes except for archaeology.
Verify GMSH .geo + .msh files generated by Radia panels BEFORE opening in the GUI. Catches invalid options (Mesh.Volumes), duplicate element IDs, missing Merge targets, node count mismatches. Run AFTER any calc_*.py edit that touches GMSH export, BEFORE clicking Open GMSH.
| name | md2html |
| description | DEPRECATED — moved to mcp-server-document as md2html_convert tool |
| allowed-tools | Bash(python *), Read |
This skill has been promoted to a tool in mcp-server-document on 2026-05-03 so it is reachable from any MCP-aware client without going through the slash-command skill mechanism.
Through MCP (preferred):
mcp-server-documentmd2html_convert(md_file, output_file=None, title=None)The tool returns a status string with output path, math-block count, embedded image count, and per-image embedding warnings.
Source: S:\mcp-server\src\mcp_server_document\md2html\
tools.py — MCP tool wrapper (md2html_convert)converter.py — pure conversion core (md_to_html)The original standalone script remains at this folder and can be run directly when MCP is unavailable:
python md2html.py <input.md> [<output.html>] [<title>]
mcp-server-document) already handles
paper_writing / presentation / diagram / ocr / etc., and md2html is
a natural fit for the document family.converter.md_to_html is now importable as a regular
Python API for other tools.