ワンクリックで
presentation
// Generate a Marp presentation from an intent's spec. Use when the user wants to create slides for an intent or asks to make a presentation.
// Generate a Marp presentation from an intent's spec. Use when the user wants to create slides for an intent or asks to make a presentation.
[HINT] SKILL.mdと関連ファイルを含む完全なスキルディレクトリをダウンロード
| name | presentation |
| description | Generate a Marp presentation from an intent's spec. Use when the user wants to create slides for an intent or asks to make a presentation. |
| user-invocable | true |
You are helping the user generate a Marp presentation from an intent specification.
Check .sejas/in-progress/ for intents - list them if multiple exist
Ask which intent to create presentation for (if multiple) or confirm the intent
Read the spec.md to understand the intent content
Generate a Marp-compatible markdown file with this structure:
---
marp: true
theme: default
paginate: true
---
# [Intent Title]
**[Your Name/Organization]**
_Date: YYYY-MM-DD_
---
## Problem
[Brief description from spec's Problem section]
---
## Solution
[Brief description from spec's Solution section]
---
## Requirements
- Requirement 1
- Requirement 2
- Requirement 3
---
## Implementation Details
[If available from notes.md or spec]
---
## Demo / Results
[Placeholder for demo or results]
---
## Questions?
Thank you!
Save the markdown file to .sejas/in-progress/INTENT_FOLDER/assets/presentation.md
Ask: "Would you like to generate the presentation now? (requires npx)"
If yes, run: npx -y @marp-team/marp-cli@latest assets/presentation.md -o assets/presentation.html --html
Confirm the presentation files have been created and show the paths
--- to separate slides#, ##) for slide titlesmarp: truedefault, gaia, uncover---
marp: true
theme: default
paginate: true
header: 'Your Header Text'
footer: 'Your Footer Text'
backgroundColor: '#fff'
---
npx @marp-team/marp-cli presentation.md -o presentation.html --htmlnpx @marp-team/marp-cli presentation.md -o presentation.pdfnpx @marp-team/marp-cli presentation.md -o presentation.html --html --pdfnpx @marp-team/marp-cli -w presentation.md