release-script

Generate Japanese MulmoCast video scripts from release notes and X post drafts.

41|11|Updated May 22, 2025
One-click install
npx skills add https://github.com/receptron/mulmocast-app --skill release-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-script
Source: https://github.com/receptron/mulmocast-app/tree/main/.claude/skills/release-script
Command: npx skills add https://github.com/receptron/mulmocast-app --skill release-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

リリースノートの内容を動画用のMulmoScriptに落とし込む作業を、手作業での組み立てではなく一貫した手順で自動生成します。

Core Features & Use Cases

  • リリースノート詳細から動画台本を生成: 指定バージョンのrelease notesとX投稿ドラフトを読み取り、動画用のbeats構成に変換します。
  • 画像・動画素材をドラフト構造に自動対応: images/内のスクリーンショット(01-*, 02-*…)や必要に応じてmp4を適切なビートへ割り当てます。
  • 字幕分割の破綻を回避: バージョン番号やモデル名などデリミタ混在箇所を分離し、captionの意図しない分割を防ぎます。

Quick Start

version を指定して release-script を実行し、生成結果の MulmoScript JSON とPDF/動画生成の後工程に進めます(例: version を1.0.11として実行)。

Frequently Asked Questions about release-script

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

FAQPage Schema
How do I convert release notes markdown into a video script?

Generating a video script from release notes involves parsing markdown drafts and X post content to construct deterministic beats with mapped images and timestamp alignment for multilingual video readiness.

How do I prevent subtitle caption splitting errors with version numbers?

Preventing subtitle caption splitting errors is handled by isolating mixed delimiters such as version numbers and model names, ensuring caption segments remain intact during MulmoScript beat construction.

How to map images and videos into a MulmoScript beat structure?

Mapping images and videos into a MulmoScript beat structure is achieved by assigning numbered screenshots and mp4 files from the images directory to corresponding beats based on the parsed draft template.

What input files are required to generate a MulmoCast video script?

Generating a MulmoCast video script requires specific input files under docs/release_notes, including the release note markdown and X post draft markdown for the target version.

Can I automate release note video generation for multiple versions?

Automating release note video generation supports multiple versions by specifying the target version during execution, which parses the corresponding drafts to output a release_v<version>_script.json file.