What problem does it solve?
Producing consistent, well-formatted Zenn release articles from scattered release artifacts is time-consuming and error-prone, especially when you must keep frontmatter, headings, video links, and image references aligned.
Core Features & Use Cases
- Zenn article generation from MulmoScript output: Converts a versioned MulmoScript JSON into draft markdown content using mulmo markdown.
- Template-based structure reuse: Reads the latest existing Zenn release article to mirror its layout (frontmatter, message block style, headings, and video link section).
- Release-specific media wiring: Extracts YouTube URLs from versioned Japanese/English files, rewrites image paths into a versioned directory, copies only actually referenced images, and writes the final article into zenn-content with a correct versioned filename.
Quick Start
Run this skill with the target release version argument (for example 1.0.11) after ensuring ZENN_CONTENT_DIR points to your zenn-content repository path.