用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nwiizo/3shake-marp-templates --skill build命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | build |
| description | スライドビルド - Marpスライドを `--no-stdin` 付きで HTML/PDF 出力する |
| argument-hint | <slide-file.md> |
| allowed-tools | Bash(npx *) Bash(rm *) Bash(ls *) Read Glob |
Marpスライドのビルドとプレビューを行います。
/build <ファイル名> でスライドをビルドします。
重要:
--no-stdin を付けないとstdin待ちでハングします。必ず付与してください。# 対象Markdownを確認
ls <slide-file.md>
rm -f <output.html>
npx marp <slide-file.md> --html --allow-local-files -o <output.html> --no-stdin
rm -f <output.pdf>
npx marp <slide-file.md> --pdf --allow-local-files -o <output.pdf> --no-stdin
rm -f <output.html> <output.pdf>
npx marp <slide-file.md> --html --allow-local-files -o <output.html> --no-stdin
npx marp <slide-file.md> --pdf --allow-local-files -o <output.pdf> --no-stdin
npx marp <slide-file.md> --html --allow-local-files --watch --no-stdin
ビルドが完了したら、出力ファイルの存在を確認してください。
ls -la <output.html> <output.pdf>
エラーが発生した場合の対処:
--no-stdin の付け忘れ → stdin待ちでハング(Ctrl+Cで中断し再実行)--allow-local-files の付け忘れ → ローカル画像が表示されないopen しない| 形式 | 用途 |
|---|---|
| HTML | ローカルプレビュー、ブラウザで確認 |
| 配布用、印刷用 |