karaage0703/xs-marp-slides
Marp(Markdown Presentation)でプレゼンスライドを作成するスキル。PDF/PPTX/HTMLに変換可能。「スライド作って」「プレゼン資料を作って」で使用。
npx skills add https://github.com/karaage0703/ai-assistant-workspace --skill xs-marp-slides
Marp(Markdown Presentation)を使ってプレゼンスライドを作成するスキルです。
「スライド作って」「プレゼン資料を作って」「LT資料を作って」
notes/ または指定の場所に保存するexamples/templates/ にテンプレートがあります:
slide-default.md — シンプルな汎用テンプレートslide-tech.md — 技術発表向け(ダークテーマ)---
marp: true
theme: default
paginate: true
---
# スライドタイトル
内容
---
# 次のスライド
- ポイント1
- ポイント2
--- でスライドを区切るpaginate: true でページ番号を表示<!-- _class: invert --> でスライドを反転(暗い背景)

# Marp CLIのインストール(初回のみ)
npm install -g @marp-team/marp-cli
# PDFに変換
marp スライド.md --pdf
# PPTXに変換
marp スライド.md --pptx
# HTMLに変換
marp スライド.md --html
<!-- ここにメモ --> で書けるTake karaage0703/xs-marp-slides from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm.
Without those the skill loads but fails at the first command.