Serves Marp slides via local server and opens them in Browser IDE so the AI can verify slide content. Use when the user says 表示確認, プレビューして, 確認して, or wants to confirm generated slides, check slide display, or verify Marp output in the browser. Do NOT use marp-slide-build (CLI build/--preview) for this — use this skill's server + browser_navigate workflow.
AI が生成したスライドを、Marp サーバーで配信し Browser IDE で開いて内容を確認するための手順。
slides/[タイトル]/[タイトル].mdサーバーを バックグラウンド で起動する。テーマ(tech)を反映させるため --theme-set themes/tech.css を付ける。非対話環境では --no-stdin を先頭に付ける。
npx @marp-team/marp-cli@latest --no-stdin --server --theme-set themes/tech.css slides
Start server listened at http://localhost:8080/ と出れば OKcursor-ide-browser の browser_navigate で次の URL を開く。